Android SDK Installation Folder on OS X

2019-04-04 00:24发布

Any best practices/recommendations on the installation folder for the Android SDK? Following http://developer.android.com/sdk/installing.html on OS X and Step 2. "...unpack it to a safe location on your machine..." makes no sense at all for me coming from Windows.

7条回答
你好瞎i
2楼-- · 2019-04-04 00:58

4/1/16

I also found it in the gradle properties of my project:

  1. Expand Project
  2. local.properties for gradle SDK
  3. Even tells you location of SDK with path, time stamp and location

enter image description here

查看更多
我想做一个坏孩纸
3楼-- · 2019-04-04 00:59

I install it using Android Studio and i found it here: /Users/username/Library/Android/sdk

查看更多
该账号已被封号
4楼-- · 2019-04-04 01:03

MacOs Android Studio

Just create a blank project. Go the project explore panel and open the local.properties file. You can find the SDK path as below.

sdk.dir=/Users/{USER}/Library/Android/sdk

enter image description here

查看更多
淡お忘
5楼-- · 2019-04-04 01:21

/Applications is the most natural place. Maybe /usr/local for the old Unix folks.

查看更多
爷、活的狠高调
6楼-- · 2019-04-04 01:23

Check here too /usr/local/Cellar/android-sdk/

查看更多
我想做一个坏孩纸
7楼-- · 2019-04-04 01:23

If you have access to the Android SDK Manager you can look at the top of the window.

Android SDK Manager Window Screenshot

查看更多
登录 后发表回答