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 插件
基础教程推荐
- Maven:无效的目标版本:10 2022-01-01
- 在springboot中如何给mybatis加拦截器 2023-04-29
- Java ECDSAwithSHA256 签名长度不一致 2022-01-01
- doFilter()是在servlet的工作完成之前还是之后执行的? 2022-01-01
- 控制台应用程序中的 Java 键盘输入解析 2022-01-01
- 将 double 转换为 Int,向下舍入 2022-01-01
- 在java中使用xpath和selenium解析HTML表格数据 2022-01-01
- 将 Windows 证书导入 Java 2022-01-01
- JPA惰性列表上的流 2022-01-01
- 如何在相机中应用自定义滤镜 [Surfaceview 预览]. 2022-01-01
