Skip to content

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
See also  Balanced Brackets - Hackerrank Challenge - Java Solution

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.