9

当我尝试为 GAE 安装 eclipse 插件时,出现错误:

无法完成安装,因为找不到一项或多项所需项目。正在安装的软件:Google App Engine Java SDK 1.6.4 1.6.4.v201203300216r37(com.google.appengine.eclipse.sdkbundle.e37.feature.feature.group 1.6.4.v201203300216r37)

我正在使用http://dl.google.com/eclipse/plugin/3.7更新 URL,这是我能找到的最新 URL。有没有人解决过这个问题?

提前致谢!

4

6 回答 6

12

使用这个: http: //dl.google.com/eclipse/plugin/4.2作为更新站点

来源:http ://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=71#makechanges

于 2012-06-29T18:49:29.580 回答
3

对我来说,问题是忘记以管理员身份启动 eclipse。

于 2013-02-17T23:10:40.813 回答
2

请参阅这篇解释如何解决此问题的帖子:https: //plus.google.com/110140945975184013033/posts/ePFpQZYhPQq

How to Install GWT Plugin for Eclipse on 3.8 or Juno:

1. Download zipped update site for 3.7 
   from http://code.google.com/eclipse/docs/install-from-zip.html
2. Unzip content.jar; rm content.jar
3. Edit content.xml; change 
   <required namespace='org.eclipse.equinox.p2.iu' 
       name='org.eclipse.platform.feature.group' range='[3.7.0,3.8.0)'/> 
   to 
   <required namespace='org.eclipse.equinox.p2.iu' 
       name='org.eclipse.platform.feature.group' range='3.7.0'/>
4. jar cMf content.jar content.xml (zip won't work)
5. Install from local update site

请注意,插件的某些功能可能无法正常工作(例如,在调试模式下运行时,我的 Eclipse Juno 崩溃了几次)。

于 2012-05-29T07:44:41.640 回答
2

If the issue is that we don't yet support 4.2, answer is to have patience. Eclipse plugins are complex beasts, and 4.2 is fairly new.

于 2012-04-15T04:38:37.477 回答
2

事实证明,防病毒软件(出于某种未知原因)阻止了 xml 文件的读取。解决方案:安装过程中暂停保护。

于 2012-09-09T02:02:25.437 回答
0

当我尝试在 eclipse 4.2.2中安装指向插件的插件链接时,我也遇到了这样的问题

错误:

无法完成安装,因为找不到一项或多项所需项目。正在安装的软件:Google Plugin for Eclipse 4.2 -rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.1.v201303211244-rel-r42) 缺少要求:Google Suite Plugin 3.2.1 .v201303211244-rel-r42 (com.google.gdt.eclipse.suite.ext 3.2.1.v201303211244-rel-r42) 需要 'bundle org.eclipse.mylyn.commons.ui 0.0.0' 但找不到无法满足依赖关系:来自:Google Plugin for Eclipse 4.2 3.2.1.v201303211244-rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.1.v201303211244-rel-r42) 到: com.google.gdt.eclipse.suite.ext [3.2.1.v201303211244-rel-r42]

我通过单击Help -> Check for updates解决了这个问题,之后我安装了这个插件并按预期工作。

于 2013-03-27T12:23:58.387 回答