Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the default Android SDK path used by Android Studio?

Tags:

When using Android Studio to download the Android SDK, what is the default path where it downloads to?

I'm interested in knowing the paths for Linux, Mac, and Windows.

like image 531
Jorge Galvão Avatar asked Apr 10 '17 18:04

Jorge Galvão


People also ask

How do I find Android SDK path?

Navigate to the File > Settings option you will get to see below dialog screen. Inside that screen. Click on Appearance and Behavior option > System Settings options and then click on the Android SDK option to get to see the below screen. Inside this screen, you will get to see your SDK path.

How can I change SDK path in Android Studio?

To set the Android SDK location, enter the full path of the Android SDK directory into the Android SDK Location box. You can navigate to the Android SDK location in File Explorer, copy the path from the address bar, and paste this path into the Android SDK Location box.

What is a SDK path?

The Android SDK path is usually C:\Users\<username>\AppData\Local\Android\sdk .


4 Answers

From searching in the web it seems to be:

  • Linux: ~/Android/Sdk
  • Mac: ~/Library/Android/sdk
  • Windows: %LOCALAPPDATA%\Android\sdk

I find it odd to have inconsistent paths and even the lower/upper case for Linux and Mac ("Sdk" vs "sdk"), but it seems to be this way...

like image 125
Jorge Galvão Avatar answered Oct 16 '22 15:10

Jorge Galvão


Linux /home/AccountName/Android/Sdk

like image 26
SUPERUSER Avatar answered Oct 16 '22 15:10

SUPERUSER


Click this icon in Android Studio for the Android SDK manager:
enter image description here

And your android sdk location will be here: enter image description here

I hope its helpful for you!

like image 22
Arslan Maqbool Avatar answered Oct 16 '22 15:10

Arslan Maqbool


Actually in windows it is C:\Users\UserAccount\AppData\Local\Android\sdk Just replace UserAccount with your actual user account name

like image 24
vanillaSugar Avatar answered Oct 16 '22 16:10

vanillaSugar