问题
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.
回答1:
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...
回答2:
Linux /home/AccountName/Android/Sdk
回答3:
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!
回答4:
Actually in windows it is C:\Users\UserAccount\AppData\Local\Android\sdk Just replace UserAccount with your actual user account name
来源:https://stackoverflow.com/questions/43330176/what-is-the-default-android-sdk-path-used-by-android-studio