Failed to start react native Android setting.

I am trying to run a responsive native app in android (WIndows10). But I am getting error like this

enter image description here

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

AppData \ Local \ Android \ SDK \ build-tools

enter image description here

Please help with this issue?

+3


source to share


1 answer


Try updating the Android SDK from your android studio. Once the update is done. Add environment variable ANDROID_HOME

inside system variables, point to sdk directory path (this is my path for sdk D: \ Android \ sdk).



+1


source







All Articles