android - ADT 需要 'org.eclipse.wst.sse.core 0.0.0' 但找不到

标签 android eclipse eclipse-plugin android-2.2-froyo

我正在全新安装的 Fedora 14 (Linux) 上安装 Android SDK。我安装了 eclipse,并运行 tools/android sdk 工具来安装 SDK 的所有 Eclipse 组件。我自己选择时能够让 DDMS 安装。

对于最后一个组件 - Android 开发人员工具,我收到下面粘贴的难看的错误消息。

现在我陷入了 Eclipse 依赖 hell 。

我搜索了 Fedora 中可用的软件包,但找不到具有满足此 Eclipse 依赖性所需文件的软件包。任何人都可以翻译 Eclipse 要求的是什么以及它位于什么 Fedora 包中吗?

丑陋的错误:

Cannot complete the install because one or more required items could not be found.
  Software being installed: Android Development Tools 0.9.9.v201009221407-60953 (com.android.ide.eclipse.adt.feature.group 0.9.9.v201009221407-60953)
  Missing requirement: Android Development Tools 0.9.9.v201009221407-60953 (com.android.ide.eclipse.adt.feature.group 0.9.9.v201009221407-60953) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

最佳答案

我刚刚在 Eclipse 3.6 (Helios) 中遇到了完全相同的问题。经过大量谷歌搜索后,我发现了这个链接:

http://code.google.com/intl/es/eclipse/docs/faq.html#wstinstallerror

During installation, there's an error about requiring org.eclipse.wst.sse.ui. How do I fix that?

The Google Plugin for Eclipse depends on other specific Eclipse components, such as WST. Your installation of Eclipse may not yet include all of them, but they can be easily installed by following these instructions. Eclipse 3.6 (Helios)

  1. Select Help > Install New Software...
  2. Click the link for Available Software Sites.
  3. Ensure there is an update site named Helios. If this is not present, click Add... and enter http://download.eclipse.org/releases/helios for the Location.
  4. Now go through the installation steps; Eclipse should download and install the plugin's dependencies.

(该页面中有针对 3.5 (Galileo)、3.4 (Ganymede) 和 3.3 (Europa) 的示例,适用于任何具有不同版本的人)

完全相同的步骤也适用于 3.7 (Indigo)。

只需使用 http://download.eclipse.org/releases/indigo 作为位置。

朱诺:http://download.eclipse.org/releases/juno

开普勒:http://download.eclipse.org/releases/kepler

注意:第四步不是必需的。只需第一步到第三步。

关于android - ADT 需要 'org.eclipse.wst.sse.core 0.0.0' 但找不到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6288136/

相关文章:

java - Android 方法覆盖

java - 在 Eclipse 中查找未引用的类属性

Eclipse,远程(SFTP)编辑和备份文件

android - NDK 无法处理带有相对路径的#include?

java - Eclipse - Google Guice

android - Eclipse 和正在运行的 Android 应用程序

Android 4.x Kotlin方法引起的VerifyError

android - 无法运行Android OpenCV人脸检测示例

java - GLib-CRITICAL ** : g_base64_encode_step: assertion 'in != NULL' failed problems in ubuntu

java - BooleanFieldEditor 不从 PreferenceStore 加载值