Answers for "error failed to install the app. make sure you have the android development environment set up: site stackoverflow"

2

Failed to install the app. Make sure you have the Android development environment set up

"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
Posted by: Guest on February-12-2021
0

Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.

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
Posted by: Guest on March-08-2022

Code answers related to "error failed to install the app. make sure you have the android development environment set up: site stackoverflow"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language