0

I can't run my React app. What should I do?

1
  • share error screen dump Commented Aug 2, 2017 at 7:31

1 Answer 1

2

In react native getstarted https://facebook.github.io/react-native/docs/getting-started.html maybe you should download Android sdk like this image:

download android sdk

And if you have install Android sdk you can try setup home environment, the way is Open the System pane under System and Security in the Control Panel, then click on Change settings.... Open the Advanced tab and click on Environment Variables.... Click on New... To create a new ANDROID_HOME user variable that points to the path to your Android SDK:

enter image description here

The SDK is installed, by default, at the following location:

c:\Users\YOUR_USERNAME\AppData\Local\Android\Sdk

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.