React Native project dont run on a android emulator (android studio)

Viewed 693

I have made android emulator and other things properly but nothing really works for me. It says, Couldn't start project on Android: The system cannot find the path specified I am using windows 10 as operating system.

Please see the attached image here

1 Answers

I also had the same problem. check your ANDROID_HOME variable in advance system setting. It must point to your SDK: C:\Users\$USER_NAME\AppData\Local\Android\Sdk

Related