ADT requires 'org.eclipse.wst.sse.core 0.0.0&#

2020-01-24 06:04发布

I'm installing the Android SDK on a fresh installation of Fedora 14 (Linux). I installed eclipse, and ran the tools/android sdk tool to install all the Eclipse components for the SDK. I was able to get DDMS to install when selecting it by itself.

And for the last component - the Android developer tools, I'm getting the ugly error message pasted below.

Now I'm Stuck in Eclipse dependency hell.

I've searched through the available packages in Fedora and I can't find the one that has the files necessary to satisfy this Eclipse dependency. Can anybody please translate what it is that Eclipse is asking for and what Fedora package it lives in?

The ugly error:

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

29条回答
2楼-- · 2020-01-24 06:56

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)

Select Help > Install New Software... Click the link for Available Software Sites. 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. Now go through the installation steps; Eclipse should download and install the plugin's dependencies.

//Try to install the extension "eclipse plugin development environment"

查看更多
甜甜的少女心
3楼-- · 2020-01-24 06:57

straight steps to get your ADT plugin working

  • Download eclipse helios EE IDE not the classic version
  • After unzip directly go to Checks for Update from help menu
  • After it get updated download ADT plugin offline version from ADROID site
  • Now go to Help again -> Install New software -> add -> click on archive then point to your download ADT ADT-17.0.0.zip. Give any name in name field say ADT. click ok
  • now from work with drop down select the adt plugin name which you given
  • now go ahead with installation. enjoy :)
查看更多
家丑人穷心不美
4楼-- · 2020-01-24 06:58

None of the existing answers worked for me. Having all the correct update sites in "available sites" was not enough to tell Eclipse how to find its dependencies.

Using Fedora 14 and Eclipse Indigo 3.7.1, I had to follow these steps to make the installation working:

  1. Check and install "Linux Tools" from http://download.eclipse.org/releases/indigo
  2. Check and install "Linux Tools" from http://download.eclipse.org/releases/indigo/201109230900

After restarting Eclipse, I was able to finaly install the Android SDK.

查看更多
等我变得足够好
5楼-- · 2020-01-24 07:00

Install Google Plugin for Eclipse corresponding to your version. for 3.6 helios link is http://code.google.com/intl/es/eclipse/docs/install-eclipse-3.6.html

for offline version http://code.google.com/eclipse/docs/install-from-zip.html

hope it will solve mine problem as well as yours.

查看更多
Rolldiameter
6楼-- · 2020-01-24 07:03

Downloading SDK tools and Installing the ADT bundle posed a problem for me on Windows and Linux. After trying it in every way possible on both OS's even with my college lecturer with me for the Windows install, we couldn't get it working.

Both times the only way I got it working was by installing the Android ADT Bundle that includes Eclipse & SDK tools & ADT Plugin all in one.

apt-get remove eclipse-jdt and just download the bundle, it just works. :)

It's not from a repo but it works.

http://developer.android.com/sdk/index.html

查看更多
甜甜的少女心
7楼-- · 2020-01-24 07:04

Use http instead of https:// and it will solve this problem.

http://dl-ssl.google.com/android/eclipse/

查看更多
登录 后发表回答