eclipse eclipse中如何配置ADT插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16622926/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do I configure the ADT plugin in the eclipse
提问by user2394965
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:
- In the "Welcome to Android Development" window that appears, select Use existing SDKs.
- Browse and select the location of the Android SDK directory you recently downloaded and unpacked.
- 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.
配置 ADT 插件 一旦 Eclipse 重新启动,您必须指定您的 Android SDK 目录的位置:
- 在出现的“欢迎使用 Android 开发”窗口中,选择使用现有 SDK。
- 浏览并选择您最近下载并解压的 Android SDK 目录的位置。
- 点击下一步。
您的 Eclipse IDE 现在已设置为开发 Android 应用程序,但您需要将最新的 SDK 平台工具和一个 Android 平台添加到您的环境中。要为您的 SDK 获取这些包,请继续添加平台和包。
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 条中写的内容,因为我在欢迎使用 android 时没有那个选项......我的意思是我没有选择“使用现有 SDK”的选项”
回答by Ripon Al Wasim
Install ADT Plugin -> Restart eclipse. After restarting the Eclipse if "Welcome to Android Development" window doesn't appear follow the steps below:
安装 ADT 插件 -> 重启 eclipse。重启 Eclipse 后,如果“Welcome to Android Development”窗口没有出现,请按照以下步骤操作:
- Go to Window -> Preferences
- Select "Android" at the left
- Browse the SDK Location
- Click Apply/OK button at the bottom-right corner
- 转到窗口 -> 首选项
- 选择左侧的“Android”
- 浏览 SDK 位置
- 单击右下角的应用/确定按钮