Cannot complete installing Google Plugin for eclipse(无法完成为 Eclipse 安装 Google 插件)
问题描述
我正在尝试在 Eclipse 中安装 Google 插件,但出现以下错误:
I am trying to install the Google Plugin in eclipse but I get the follwoing error:
无法完成安装,因为找不到一项或多项必需项.
正在安装的软件:Google Plugin for Eclipse 3.6 1.4.2.v201012211742
(com.google.gdt.eclipse.suite.e36.feature.feature.group 1.4.2.v201012211742)
缺少要求:Google Eclipse 3.6 Platform Plugin 1.4.2.v201012211742 (com.google.gdt.eclipse.platform.e36 1.4.2.v201012211742) 需要 'bundle org.eclipse.equinox.p2.operations 0.0.0' 但它可以找不到
不能满足依赖:来自:Google Plugin for Eclipse 3.6 1.4.2.v201012211742 (com.google.gdt.eclipse.suite.e36.feature.feature.group 1.4.2.v201012211742)
收件人:com.google.gdt.eclipse.platform.e36 [1.4.2.v201012211742]
Cannot complete the install because one or more required items could not be found.
Software being installed: Google Plugin for Eclipse 3.6 1.4.2.v201012211742
(com.google.gdt.eclipse.suite.e36.feature.feature.group 1.4.2.v201012211742)
Missing requirement: Google Eclipse 3.6 Platform Plugin 1.4.2.v201012211742 (com.google.gdt.eclipse.platform.e36 1.4.2.v201012211742) requires 'bundle org.eclipse.equinox.p2.operations 0.0.0' but it could not be found
Cannot satisfy dependency: From: Google Plugin for Eclipse 3.6 1.4.2.v201012211742 (com.google.gdt.eclipse.suite.e36.feature.feature.group 1.4.2.v201012211742)
To: com.google.gdt.eclipse.platform.e36 [1.4.2.v201012211742]
请帮忙
推荐答案
App Engine 文档太旧,这就是问题所在.API 有更新版本:
The App Engine documentation is old, that is the problem. There are newer releases of the API:
- http://dl.google.com/eclipse/plugin/3.3
- http://dl.google.com/eclipse/plugin/3.4
- http://dl.google.com/eclipse/plugin/3.5
- http://dl.google.com/eclipse/plugin/3.6
- http://dl.google.com/eclipse/plugin/3.7
- http://dl.google.com/eclipse/plugin/4.2
试试适合你的 IDE 的那个.
Try the one that suits your IDE.
这篇关于无法完成为 Eclipse 安装 Google 插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法完成为 Eclipse 安装 Google 插件
基础教程推荐
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
