Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Error:Unable to continue until an Android SDK is specified

I just tried to install Android Studio on my Windows 10 system. When I open Android Studio it ask me where my Android SDK is. But according to the documentation http://developer.android.com/sdk/installing/index.html?pkg=studio

Android Studio provides everything you need to start developing apps for Android, including the Android Studio IDE and the Android SDK tools.

So what's gives? I guess Android Studio does NOT provide everything ...

like image 550
Red Cricket Avatar asked Jan 01 '26 18:01

Red Cricket


1 Answers

Open a new terminal (WIN + R, type cmd and press ENTER) > type adb --version

Then, the PATH of your platform-tools will be displayed in the terminal under the line Installed as. Copy the PATH (ex: D:\AndroidSDK\platform-tools\adb.exe) and in Android Studio go to: Tools > SDK manager > Edit "Android SDK Location" > Paste the new location > Click on Apply/OK buttons > Restart Android Studio.

like image 159
CloudBrain Avatar answered Jan 03 '26 07:01

CloudBrain



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!