views:

55

answers:

2

i got the error 'org.eclipse.wst.sse.core 0.0.0 missing when i tried to install the adt plugin for android

A: 

One of the required Eclipse plugin is missing(see similar thread here). Which package of Eclipse did you install? "Eclipse for JEE" usually has that plug-in. Alternatively, you can add Eclipse release and update sites in the "Available Software Sites" panel and let Eclipse handle the required-plugin download for you.

Samuh
+1  A: 

Right, this is usually an Eclipse packaging problem where the default installation fails to include the basic paths.

You will need to add "http://download.eclipse.org/releases/galileo" to the available software sites. See http://android.opensourceror.org/2009/12/07/missing-dependencies-for-the-eclipse-adt-plugin/ for a complete walkthrough.

Charles Merriam