This repository was archived by the owner on Feb 25, 2022. It is now read-only.
Error "./gradlew ENOENT" on windows when running nx android-build #34
Labels
bug
Something isn't working
Hi,
I'm trying out the library on windows, and when i try to build the app after following the getting started i get an error "spawn ./gradlew ENOENT"
inspired by this issue #8 i was able to bandaid the issue by replacing "./gradlew" with "gradlew.bat" in the spawn command of the function runCliBuild
The text was updated successfully, but these errors were encountered: