【发布时间】:2013-04-12 13:45:11
【问题描述】:
我已经从http://developer.android.com/sdk/index.html 下载了 Eclipse ADT 包 现在我想为 Eclipse 添加 Google 插件。所以我去帮助 - >安装新的 软件...并输入以下内容:
gpe - http://dl.google.com/eclipse/plugin/4.2
我看到以下列表,我在其中执行以下选择:
[ ] Developer Tools
[ ] Google App Engine Tools for Android (requires ADT)
[X] Google Plugin for Eclipse (required)
[ ] GWT Designer for GPE (recommended)
[ ] NDK Plugins
[ ] SDKs
但出现以下安装错误:
Cannot complete the install because one or more required items could not be found.
Software being installed: Google Plugin for Eclipse 4.2 3.2.2.v201303261859-rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.2.v201303261859-rel-r42)
Missing requirement: Google Plugin for Eclipse 4.2 3.2.2.v201303261859-rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.2.v201303261859-rel-r42) requires 'org.eclipse.mylyn.commons.ui 0.0.0' but it could not be found
我的问题是:
- 为什么会出现此错误?
- 为什么网站要求我安装 [ ] 开发者工具 当我已经使用 Eclipse 安装了 ADT 时?
谢谢,
杰森定位
【问题讨论】:
-
你运行的是什么版本的 Eclipse?
-
#2。该网站不要求您 安装。它询问您是否想要 安装Android 开发者工具。这不是必需的。
-
我正在运行来自 Android ADT Bundle 的 Eclipse Juno 4.2.1。我只是想知道当我已经将 ADT 作为捆绑包的一部分安装时,它为什么要我安装它。
-
哇,你真的输入了那个对话框的布局?试试 imgur.com。使用Alt-Print Screen截屏,去imgur.com,CTRL-V粘贴,上传,然后底部选项链接,Markdown,复制链接,在你的SO问题中输入
!并在感叹号后立即粘贴链接标记。瞧!哦,Eclipse 要求已经安装的东西的原因是因为它非常不稳定。这也是我在这里的原因。 -
ping 这个问题。 1- 2014 年 1 月,需要 Java 7 的额外复杂性。 2- 作为独立版本发布的 ADT 不显示它构建在哪个版本的 Eclipse 上,只显示它自己的版本。 3- 是否在维护两个版本的 Eclipse,一个用于 ADT,另一个用于 GWT,是麻烦的预兆吗?
标签: android eclipse ide google-plugin-eclipse