I tried add into android studio setings>build, execution, deployment>compiler few opction into gradle, like "–stacktrace or –debug" but that dont work. Give me a few solutions what i can do with this problem.
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
Were you able to run the app in the past? It looks like the development environment is not set up correctly or there is no emulator running. To set it up correctly check out this guide: https://reactnative.dev/docs/environment-setup. Make sure to follow all the steps in the guide before trying to run the app again. Which command did you use to start the app?
"Could not install the app on the device." It’s clear that the Android environment hasn’t been set up correctly. Refer to this guide