Eclipse ADT 插件 - 没有可用的构建目标
尝试使用 Eclipse 创建新的 Android 项目时,没有可用的构建目标。
我有:
- 安装了 ADT 插件
- 创建了虚拟设备
- 安装了 Android SDK,安装了平台 + 平台工具
- 将 Android SDK 路径设置为 Eclipse。
我已经尝试了找到的所有修复方法,但他们只是告诉我做我刚才提到的那些事情。
编辑:
在窗口中 ->首选项-> Android,它接受了我的路径,但那里没有可用的目标。
是的,我已经安装了:
Android SDK 工具,修订版 10 Android SDK 平台工具,修订版 3 SDK 平台 Android 2.2 API 8,修订版 2
When trying to create a new Android Project with Eclipse, there is no Build Target available.
I have:
- Installed ADT Plugin
- Created a virtual device
- Installed Android SDK, installed platform + platform tools
- Set the Android SDK path to Eclipse.
I have tried every fix I have found, but they just tell me to do those things I just mentioned.
EDIT:
In Window -> Preferences -> Android, it accepted my path, but there is No target avaible there.
And yes, I have installed:
Android SDK tools, revision 10
Android SDK platform-tools, revision 3
SDK platform Android 2.2 API 8, revision 2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
在 Eclipse 上的 Android 首选项中再次设置 SDK 主目录。
Set your SDK home once again in your Android Preferences on Eclipse.
我遇到了同样的问题,即使指向 Ubuntu 10.10 上的有效 SDK 位置,首选项 -> android 页面的目标列表也是空的。 Eclipse重启解决了这个问题。
I had the same problem, preferences->android page's targets list was empty even when pointing to a valid SDK location on Ubuntu 10.10. Eclipse restart solved the problem.
要创建虚拟设备,
\android\tools\android.bat
Virtual Devices
->新建
将此设备添加为您的目标。
To create a Virtual Device
\android\tools\android.bat
Virtual Devices
->New
Add this device as your target.
上述解决方案都不适合我。最后我通过以下步骤解决了这个问题:
原因是我前段时间禁用了一些插件来加速我的 Eclipse,我需要在上述位置再次启用它们。
None of the above solutions worked for me. Finally I resolved this by the following steps:
The reason is that I disabled some plugins to speed up my Eclipse sometime ago, I need to enable them once again in the aforementioned place.
我遇到了这个问题,上述解决方案都不适合我。
我卸载了 Eclipse Android 工具并重新安装了它们,这当然需要重新启动两次 Eclipse。最终效果是目标再次正确显示 uo。
I had this issue, none of the above solutions worked for me.
I uninstalled the Eclipse Android tools and reinstalled them, this of course required two Eclipse restarts. Net effect the targets showed uo again correctly.
因此,您尝试使用 Eclipse 创建一个新的 Android 项目,但没有可用的构建目标。
请转到窗口 -> Android SDK 管理器。现在尝试安装所有新更新。全部安装完成后,重新启动 ADT 或 Eclipse。问题可能会得到解决。
So you try to create a new Android Project with Eclipse, there is no Build Target available.
Please Goto Window -> Android SDK Manager. Now try to install all new updates. After all installation finished, restart your ADT or Eclipse. Problem may resolved.
尝试重新启动Eclpise并检查它是否工作。问题仍然存在,然后通过转到windows->preference->android再次设置SDK位置
Try to restart the Eclpise and check if it works. Still problem persist then once again set the SDK Location by going to windows->preference->android