Jorge Galvão
Jorge Galvão

Reputation: 1873

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

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.

Upvotes: 24

Views: 70005

Answers (4)

Jorge Galvão
Jorge Galvão

Reputation: 1873

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...

Upvotes: 42

SUPERUSER
SUPERUSER

Reputation: 200

Linux /home/AccountName/Android/Sdk

Upvotes: 18

Arslan Maqbool
Arslan Maqbool

Reputation: 529

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!

Upvotes: 15

vanillaSugar
vanillaSugar

Reputation: 551

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

Upvotes: 2

Related Questions