setup android on eclipse but don't know SDK directory

后端 未结 9 610
你的背包
你的背包 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 11:14

    The path to the SDK is:

    C:\Users\USERNAME\AppData\Local\Android\sdk

    This can be used in Eclipse after you replace USERNAME with your Windows user name.

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

    a simple windows search for android-sdk should help you find it, assuming you named it that. You also might just wanna try sdk

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

    ADT Plugin (UNSUPPORTED)

    The Eclipse ADT plugin is no longer supported, as per this announcement in June 2015.

    The Eclipse ADT plugin has many known bugs and potential security bugs that will not be fixed.

    You should immediately switch to use Android Studio, the official IDE for Android.

    For help transitioning your projects, read Migrate to Android Studio.

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