skip to Main Content

enter image description here

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.

2

Answers


  1. 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?

    Login or Signup to reply.
  2. "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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search