"Failed to install the app"
"Make sure you have the Android development environment set up"
run below code in terminal =>
react-native start --reset-cache
cd android
chmod +x gradlew
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
In my case I uninstalled the Node js and deleted Choclaty folder from C:
and restarted the computer and then installed Node JS and Choclaty according to React Native official web
and created a new React_Natvie_CLI Project and new Project starts successfully