Android SDK Installation Folder on OS X
Asked Answered
P

7

16

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.

Paquin answered 2/1, 2012 at 7:57 Comment(0)
R
2

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

Rodina answered 2/1, 2012 at 8:0 Comment(4)
This answer is no longer valid and we cannot use /ApplicationFuel
Why can't you use /Applications? I'm doing it now.Rodina
Check out the link tools.android.com/recent/androidstudio0814inbetachannel and tools.android.com/knownissuesFuel
I see though isnt that a function of Android Studio? I do not use it but I have no problems.Rodina
I
45

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

Iconic answered 13/5, 2015 at 16:18 Comment(0)
M
15

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

Martz answered 17/9, 2014 at 9:3 Comment(1)
Good answer -- if and only if you have installed the SDK with brew!Rodina
B
10

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

Brewster answered 1/4, 2016 at 7:2 Comment(0)
T
8

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

Android SDK Manager Window Screenshot

Tolerance answered 8/9, 2015 at 20:30 Comment(0)
R
2

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

Rodina answered 2/1, 2012 at 8:0 Comment(4)
This answer is no longer valid and we cannot use /ApplicationFuel
Why can't you use /Applications? I'm doing it now.Rodina
Check out the link tools.android.com/recent/androidstudio0814inbetachannel and tools.android.com/knownissuesFuel
I see though isnt that a function of Android Studio? I do not use it but I have no problems.Rodina
R
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

enter image description here

Rimple answered 30/1, 2017 at 8:28 Comment(0)
H
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.

Hilaryhilbert answered 2/1, 2012 at 8:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.