-1

enter image description here

I am having the same error again and again after when i start the React Native Project!

halfer
  • 19,824
  • 17
  • 99
  • 186

2 Answers2

0

Looks like something with the emulator. Close all emulators that you have running, open the Taskmanager and under Processes look for adb.exe and kill all processes that are named like that.

After that run the emulator again and then try to start your project again.

yesIamFaded
  • 1,970
  • 2
  • 20
  • 45
0
  1. Create local.properties file
  2. Add sdk.dir=C\:\\Users\\Admin\\AppData\\Local\\Android\\Sdk following inside local.properties file that you created
  3. Then add your local.properties file inside android folder.
  4. Try react-native run-android