How do I configure the ADT plugin in the eclipse

六眼飞鱼酱① 提交于 2019-12-21 07:56:16

问题


On the developer website there are these instructions:

Configure the ADT Plugin Once Eclipse restarts, you must specify the location of your Android SDK directory:

  1. In the "Welcome to Android Development" window that appears, select Use existing SDKs.
  2. Browse and select the location of the Android SDK directory you recently downloaded and unpacked.
  3. Click Next.

Your Eclipse IDE is now set up to develop Android apps, but you need to add the latest SDK platform tools and an Android platform to your environment. To get these packages for your SDK, continue to Adding Platforms and Packages.

My problem is that I can't do what is written in number 1 because I don't have that option on the welcome to android... by that option I mean that I don't have the option to select "use existing SDKs"


回答1:


Install ADT Plugin -> Restart eclipse. After restarting the Eclipse if "Welcome to Android Development" window doesn't appear follow the steps below:

  1. Go to Window -> Preferences
  2. Select "Android" at the left
  3. Browse the SDK Location
  4. Click Apply/OK button at the bottom-right corner



来源:https://stackoverflow.com/questions/16622926/how-do-i-configure-the-adt-plugin-in-the-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!