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.htmlIn the next section (step #3) it says:
For the SDK Location in the main panel, click Browse... and locate your downloa开发者_Go百科ded 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?
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
I seem to have missed the line that says to first download the SDK separately!
Sorry for the "noise" on this list.
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/
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.
精彩评论