在 Eclipse Classic 3.6.1 上安装 Android ADT 插件 v9.0.0 失败
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4934362/
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
Installing Android ADT plugin v9.0.0 on Eclipse Classic 3.6.1 failed
提问by Anton Chikin
I've followed instructions on developer.android.com carefully:
我已仔细按照 developer.android.com 上的说明进行操作:
- I've downloaded Eclipse Classic 3.6.1
- I've opened Help->Install New Software and added ADT Plugin site
- 我已经下载了 Eclipse Classic 3.6.1
- 我打开了 Help->Install New Software 并添加了 ADT Plugin 站点
But install still fails to match all dependences. I've tried to add additional repositories, but it didn't help. Are there some clues for installing v9.0.0 ADT plugin on Eclipse 3.6.1 Classic properly?
但是安装仍然无法匹配所有依赖项。我尝试添加其他存储库,但没有帮助。是否有一些线索可以在 Eclipse 3.6.1 Classic 上正确安装 v9.0.0 ADT 插件?
I've also tried this Correct install of Android SDK, ADT with Eclipse 3.6.1- didn't help.
我也试过使用 Eclipse 3.6.1 正确安装 Android SDK,ADT- 没有帮助。
采纳答案by Juhani
According to your log message you don't have GEF plugin installed that is required by the android tools. You can install it from here: http://www.eclipse.org/gef/
根据您的日志消息,您没有安装 android 工具所需的 GEF 插件。你可以从这里安装它:http: //www.eclipse.org/gef/
回答by 3dmg
Or you download the "Eclipse IDE for Java Developers" version. Android plugin and SDK work fine with this version. http://eclipse.org/downloads/packages/eclipse-ide-java-developers/heliossr1
或者您下载“Eclipse IDE for Java Developers”版本。Android 插件和 SDK 在此版本中运行良好。 http://eclipse.org/downloads/packages/eclipse-ide-java-developers/heliossr1