David Matuszek
David Matuszek

Reputation: 1263

Installed Android on Mac, cannot find SDK

Using Mac OS X 10.6.2, Eclipse SDK 3.5.2.
I installed the Android plugin, following the instructions at:
http://developer.android.com/sdk/eclipse-adt.html

In the next section (step #3) it says:
For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory.

I cannot find such a directory. When I try some other directory, it says the directory has no 'tools' folder, so I've searched for a 'tools' folder, but none of those found (of 15 or 20) appear to be Android.

Where is this directory?

Upvotes: 1

Views: 8554

Answers (4)

AAryan
AAryan

Reputation: 20140

Usually you can find sdk like this : /users/<username>/Library/Android/sdk

/users/<username>/Library may be hidden.

Open view options by :

View -> Show View Options or command + J

Tick on Show Library Folder.

Upvotes: 0

Shree Harsha S
Shree Harsha S

Reputation: 685

Usually you can find sdk like this : /users/user/Library/Android/sdk

If you can't find Library directory, then it might be in hidden state. To make it visible, use below command in terminal.

chflags nohidden ~/Library/

Upvotes: 2

David Matuszek
David Matuszek

Reputation: 1263

I seem to have missed the line that says to first download the SDK separately!
Sorry for the "noise" on this list.

Upvotes: 1

ZootTheCoder
ZootTheCoder

Reputation: 91

You have to also down load the Android SDK, and you can put it anywhere you wish..

The android SDK can be found at the following link http://developer.android.com/sdk/index.html

Upvotes: 4

Related Questions