Facing issue ” Failed to install the app. Make sure you have the Android development environment ” in react native

I was receiving this error message when running react-native run-android.

When I ran cd android && ./gradlew clean I was getting permission errors also.

I ran chmod +x gradlew and it started working

Leave a Comment