Reputation: 1873
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
Reputation: 1873
From searching in the web it seems to be:
~/Android/Sdk
~/Library/Android/sdk
%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
Reputation: 529
Click this icon in Android Studio for the Android SDK manager:
And your android sdk location will be here:
I hope its helpful for you!
Upvotes: 15
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