0

Can anyone help me to solve the Android toolchain - develop for Android devices X ANDROID_HOME = D:\android-studio-ide-193.6626763-windows.exe but Android SDK not found at this location. I already add the path in windows environment. enter image description here

Vidya Ganesh
  • 788
  • 11
  • 24

1 Answers1

0

Your path directing to executable for running android studio not for sdk, you must find your sdk directory and pointing the to that, for windows user in default path is "C:\Users\{yourUser}\AppData\Local\Android\Sdk"

lukman nudin
  • 379
  • 2
  • 6