无法在Eclipse中安装Google插件

Kes*_*han 5 eclipse gwt google-app-engine eclipse-plugin

我想在Eclipse上安装Google插件,GAE和GWT我尝试以不同的方式尝试一次安装所有并且一次只安装一个但是我得到了这个错误

Cannot complete the install because one or more required items could not be found.
  Software being installed: Google Web Toolkit SDK 2.3.0 2.3.0.r36v201105191508 (com.google.gwt.eclipse.sdkbundle.e36.feature.feature.group 2.3.0.r36v201105191508)
  Missing requirement: Google Plugin for Eclipse 3.6 2.3.2.r36v201106211634 (com.google.gdt.eclipse.suite.e36.feature.feature.group 2.3.2.r36v201106211634) requires 'org.eclipse.pde.core 0.0.0' but it could not be found
Run Code Online (Sandbox Code Playgroud)

我可以毫无困难地安装Android.任何人都可以帮我解决这个问题吗?

谢谢 !!!

编辑:我正在使用Eclipse 3.6 - Helios

小智 10

我也有这个问题,既没有以管理员身份运行也没有更改eclipse目录权限为我解决了这个问题.

最后,我发现在我的"可用软件站点"首选项中禁用了Eclipse下载站点(http://download.eclipse.org/releases/juno).启用它解决了我的问题.


Cob*_*lue 3

如果您在 Windows 上运行,请检查 Eclipse 安装目录的权限。通过添加用户“Everyone”并授予他们对该目录的读/写/执行访问权限来测试这是否是问题。如果它有效,那么这就是问题所在。

另外,如果您没有以管理员身份运行 Eclipse,则需要更新用于启动 Eclipse 的快捷方式并选择“以管理员身份运行”。