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.
Asked
Active
Viewed 595 times
0

Vidya Ganesh
- 788
- 11
- 24

Sumithiran
- 1
- 2
-
did you have sdk in your pc ? – Janvi Patel Feb 13 '21 at 07:17
-
@JanviPatel i have it _C:\Users\user\AppData\Local\Android\Sdk_ – Sumithiran Feb 13 '21 at 07:36
1 Answers
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
-
I find my SDK directory ready _C:\Users\user\AppData\Local\Android\Sdk_ after this I need to do what? I'm new for flutter – Sumithiran Feb 13 '21 at 07:35
-
and then try to use this command https://stackoverflow.com/a/52926825/9750548 – lukman nudin Feb 13 '21 at 07:37