What is the default Android SDK path?

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

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

EDIT: from an internet search it looks like this:

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

Can anyone confirm? It seemed strange to me to have inconsistent paths and even lower / upper case for Linux and Mac ("Sdk" vs "sdk") ...

+4
source share
3 answers

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

And your sdk location for Android will be here: enter image description here

I hope he helps you!

+7

Linux/home/AccountName/Android/Sdk

+4

Actually on Windows it is C: \ Users \ UserAccount \ AppData \ Local \ Android \ sdk Just replace UserAccount with the actual user account name

+2
source

Source: https://habr.com/ru/post/1674507/


All Articles