According to the beginner guide, to setup the ADT Plugin, one of the procedures is
http://developer.android.com/sdk/eclipse-adt.html#installing
<
You can search your hard drive for one of the programs that's installed with the SDK. For instance, if you search for aapt.exe
or adb.exe
, they will be in the platform-tools
directory underneath the installation directory (which is what you're after).
Search (Ctrl+F) your harddrive(s) for: SDK Manager.exe or adb.exe
The Android SDK directory is just the folder you get after uncompressing one of these files:
http://developer.android.com/sdk/index.html
There's no such "SDK installation"... may be, what you installed was the ADT plugin (which does not include the SDK). You have to download one of the ZIP files you find in the link above, uncompress it and boila! you have the SDK Folder.
Late to the conversion...
For me, I found this at:
C:\Program Files (x86)\Android\android-sdk
This is the default location for Windows 64-bit.
Also, try to recall some of your default locations when not presented with some suggestions.
I found it in this location:
C:\Users\amitsinha02\AppData\Local\Android\sdk\platform-tools
May be i am too much late here and question is already answered, but this may help those who still cannot find sdk location. Open eclipse, click window tab it will show a drop down menu, click preferences, in preferences window click Android, here u go Sdk location is right in front of u copy the address :)