Adt Requires 'Org.Eclipse.Wst.Sse.Core 0.0.0' But It Could Not Be Found

ADT requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

I've just encountered exactly the same problem in Eclipse 3.6 (Helios). After plenty of Googling I came across this link:

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.

(There are examples in that page for 3.5 (Galileo), 3.4 (Ganymede) & 3.3 (Europa) for anyone with different versions)

The exact same steps work for 3.7 (Indigo) as well.

Just use http://download.eclipse.org/releases/indigo for the location.

Juno: http://download.eclipse.org/releases/juno

Kepler: http://download.eclipse.org/releases/kepler

Note: Step four is not necessary. Only steps one to three are necessary.

Eclipse Indigo - Cannot install Android ADT Plugin

Head over to Help -> Install New Software. Click on Available software sites. Delete the Android repo. Uncheck Indigo & Eclipse updates & recheck them. Now head back to Help -> Check for updates. Once done, add the Android repo again. Accept the license & you should be good to go.

(Had to do the same yesterday after getting Indigo)

How do I set up Android (ADT-Plugin) for Eclipse?

Did you go through this Installing the ADT Plugin?

  1. Start Eclipse, then select Help >
    Install New Software.

  2. In the Available Software dialog,
    click Add....1.

  3. In the Add Site dialog that appears,
    enter a name for the remote site
    (for example, "Android Plugin") in
    the "Name" field.2.

  4. In the "Location" field, enter this
    URL:
    https://dl-ssl.google.com/android/eclipse/

  5. Note: If you have trouble acquiring
    the plugin, you can try using "http"
    in the URL, instead of "https" (https
    is preferred for security reasons).4.

  6. Click OK.

  7. Back in the Available Software view,
    you should now see "Developer Tools"
    added to the list.6.

  8. Select the checkbox next to
    Developer Tools, which will
    automatically select the nested
    tools Android DDMS and Android
    Development Tools.7.

  9. Click Next.8.

  10. In the resulting Install Details
    dialog, the Android DDMS and
    Android Development Tools features
    are listed.9.

  11. Click Next to read and accept the
    license agreement and install any
    dependencies, then click Finish.
    Restart Eclipse.10.

This problem is caused because you have some plugins missing that are required by android tools. You can fix this by either installing a version of Eclipse which comes bundled with a lot of the eclipse plugins, or by tracking down the plugins yourself.

To do this, run eclipse, and go to Help->Install New software. Attempt to install the Android SDk, and you will be informed of what is missing, e.g:

*Missing requirement: Android Development Tools 0.9.6.v201002051504-24846 (com.android.ide.eclipse.adt.feature.group 0.9.6.v201002051504-24846) requires *'org.eclipse.gef 0.0.0' but it could not be found

So we need to install org.eclipse.gef . A quick Google for org.eclipse.gef, gives us www.eclipse.org/gef
Follow the link, and on the left hand side you will see a link for "Update Manger", follow that link...

You then have a list of URI's similar to the one for the Android plugin. Copy the one ending in "releases"( http://download.eclipse.org/tools/gef/updates/releases/ if you can't be bothered ), and go back to eclipse. Paste this URI into the "Work with" box, as you did with the Android plugin, and install the components that come up.

Continue to do this until all of the Android dependencies are met, and the Android plugin will install. You will need to locate the correct locations for each of the required dependencies.

Android Development Tools (ADT) Plugin refuses to install on Eclipse

I went through The seven circles of hell untill i solved this.
What worked for me is that i installed an Older version of Eclipse, Helios.

Some methods you can try if you prefer using your existing version:

  • Run Eclipse as Administrator
  • Follow the Troubleshooting in the official site
  • In the "Available Software Sites" in preferances of Eclipse make sure the Galileo is checked and all other relavent sites
  • Make sure you are running on Eclipse IDE for Java EE Developers and not Classic (Not sure about this one, but read it somewhere)

Missing requirement error before installing ADT plugin for Eclipse 3.7.0 in Win 7

I don't think Java 7 is supported. Try with the latest Java 6.

Trouble installing archive ADT 1.7.0 Eclipse Plugin on Eclipse Classic 3.7.2 and Windows 7-64Bit

What helped in my case was installing Eclipse Indigo for Java EE Developers. Apparently, the classic version doesn't have everything that is required by ADT.

I also ran Eclipse as administrator but I'm not sure if it was required.



Related Topics



Leave a reply



Submit