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.
Asked
Active
Viewed 4.2k times
7 Answers
45
I install it using Android Studio and i found it here: /Users/username/Library/Android/sdk

netcyrax
- 1,079
- 1
- 13
- 27
15
Check here too /usr/local/Cellar/android-sdk/

Sudharsan Iyer
- 151
- 1
- 3
-
8Good answer -- if and only if you have installed the SDK with brew! – Sean Owen Sep 17 '14 at 10:40
10
4/1/16
I also found it in the gradle properties of my project:
- Expand Project
- local.properties for gradle SDK
- Even tells you location of SDK with path, time stamp and location

GeekNinja
- 756
- 5
- 10
2
/Applications is the most natural place. Maybe /usr/local for the old Unix folks.

Sean Owen
- 66,182
- 23
- 141
- 173
-
2
-
-
Check out the link http://tools.android.com/recent/androidstudio0814inbetachannel and http://tools.android.com/knownissues – Ryan Heitner Mar 25 '15 at 12:25
-
I see though isnt that a function of Android Studio? I do not use it but I have no problems. – Sean Owen Mar 25 '15 at 12:52
1
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

Chamath Jeevan
- 5,072
- 1
- 24
- 27
0
It could be any location on your Mac. Preferable where you have Read,Write and Execute Access. Please note this is just a starter kit. Android SDK Manager would add packages depending on the platforms you need.

Rajdeep Dua
- 11,190
- 2
- 32
- 22