setup android on eclipse but don't know SDK directory

后端 未结 9 609
你的背包
你的背包 2020-12-24 10:37

According to the beginner guide, to setup the ADT Plugin, one of the procedures is

http://developer.android.com/sdk/eclipse-adt.html#installing

<
相关标签:
9条回答
  • 2020-12-24 10:57

    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).

    0 讨论(0)
  • 2020-12-24 10:58

    Search (Ctrl+F) your harddrive(s) for: SDK Manager.exe or adb.exe

    0 讨论(0)
  • 2020-12-24 11:05

    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.

    0 讨论(0)
  • 2020-12-24 11:08

    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.

    0 讨论(0)
  • 2020-12-24 11:09

    I found it in this location:

    C:\Users\amitsinha02\AppData\Local\Android\sdk\platform-tools

    0 讨论(0)
  • 2020-12-24 11:13

    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 :)

    0 讨论(0)
提交回复
热议问题