error Failed to install the app. Make sure you have the Android development environment set up: Error: spawn ./gradlew EACCES – React Native Error. How to fix?
Advertisements
This can be fixed by setting the right permissions for the android/gradlew folder inside your react-native project.
chmod 755 android/gradlew