You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in example, yarn android fails because of missing gradlew.
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: spawn ./gradlew ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
at onErrorNT (node:internal/child_process:477:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Thank you for flagging this and sorry for delay in replying. We'll check this out on our end to see what might have caused these files to disappear on the way. Will keep you posted.
in example,
yarn android
fails because of missing gradlew.I found the commit that deleted gradlew.
1e90488
How can we build android apk?
The text was updated successfully, but these errors were encountered: