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

与世无争的帅哥 提交于 2020-06-24 11:12:26

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!