android - Eclipse Indigo - 无法安装 Android ADT 插件

标签 android eclipse adt

当我尝试安装 Android 开发者工具时,我收到以下错误。

Software being installed: Android Development Tools 11.0.0.v201105251008-128486 (com.android.ide.eclipse.adt.feature.group 11.0.0.v201105251008-128486) Missing requirement: Android Development Tools 11.0.0.v201105251008-128486 (com.android.ide.eclipse.adt.feature.group 11.0.0.v201105251008-128486) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

我还发现添加 WST 包没有帮助。我得到以下信息,

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.r37v201106211634 (com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group 2.3.0.r37v201106211634) Missing requirement: Google Plugin for Eclipse 3.7 2.3.2.r37v201106211634 (com.google.gdt.eclipse.suite.e37.feature.feature.group 2.3.2.r37v201106211634) requires 'org.eclipse.wst.xml.core 0.0.0' but it could not be found Cannot satisfy dependency: From: Google Web Toolkit SDK 2.3.0 2.3.0.r37v201106211634 (com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group 2.3.0.r37v201106211634) To: com.google.gdt.eclipse.suite.e37.feature.feature.group 2.3.2

我正在运行 Eclipse Indigo 64 位版本。有人能指出我正确的方向吗?或者告诉我在哪里可以找到丢失的包裹。

最佳答案

前往帮助 -> 安装新软件。单击可用的软件站点。删除 Android 存储库。取消选中 Indigo 和 Eclipse 更新并重新检查它们。现在返回帮助 -> 检查更新。完成后,再次添加 Android 存储库。接受许可,您应该一切顺利。

(昨天拿到 Indigo 后也必须这样做)

关于android - Eclipse Indigo - 无法安装 Android ADT 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6482268/

相关文章:

java - 在 Android 中获取 TableLayout 的总行数

Eclipse 本地文件历史记录

eclipse - 为 Eclipse 中的接口(interface)实现添加缺少 @Override 注释的警告

android - 为什么我的服务停止了?

java - Android sqlite查询获取值大于某个值的表

eclipse - 在 Eclipse 中创建新的 Maven Scala 项目导致 4 个错误

android - 如何安装以前的 Android 支持库(版本 8)

android - 将 SDK 工具和 ADT 更新为 17,现在出现 VerifyErrors

c++ - ADT链表和链表的区别

android - FrameLayout 里面的FrameLayout 和定位FrameLayout 右边的父FrameLayout?