Reputation: 3950
I am trying to run a react native application in android (WIndows10) .But i am getting the error like this
I have installed android sdk using Android Studio 2.3.1.Contents in my
AppData\Local\Android\sdk\build-tools
Please help on this issue?
Upvotes: 3
Views: 71
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