Gopesh
Gopesh

Reputation: 3950

Failed to run react native android setup

I am trying to run a react native application in android (WIndows10) .But i am getting the error like this

enter image description here

I have installed android sdk using Android Studio 2.3.1.Contents in my

AppData\Local\Android\sdk\build-tools

enter image description here

Please help on this issue?

Upvotes: 3

Views: 71

Answers (1)

basavaraj_S
basavaraj_S

Reputation: 1423

Try updating Android SDK from your android studio. Once the update is done. Add the ANDROID_HOME environment variable inside system variables, point the path to your sdk directory(this is my path for sdk D:\Android\sdk).

Upvotes: 1

Related Questions