VenomVendor
VenomVendor

Reputation: 15392

Installing Android Plugin Error with Eclipse Juno 4.2.0

I downloaded Eclipse-Juno Version: 4.2.0. But I am not able to install Android ADT on it. I am getting this error:

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

System Configurations: Win-7, 32-bit

I tried installing ADT-15.0.1 and ADT-16.0.1, but they are not working.

I know the same issue is faced with versions lower version than 3.7, but why also with 4.2?

Upvotes: 16

Views: 34683

Answers (6)

Bink
Bink

Reputation: 2171

Glad I came across this question! That said though, it appears I only needed to install the Eclipse XML Editors and Tools part of Web, XML, Java EE and OSGi Enterprise Development to resolve this. Cheers!

Upvotes: 5

Sbonelo
Sbonelo

Reputation: 684

I had the same problem which I solved by downloading ADT-20.0.0.zip. I think different versions of eclipse support different versions of ADT.

Upvotes: 0

user1639907
user1639907

Reputation:

Install in eclipse:

http://dl.google.com/eclipse/plugin/4.2

It works well for me too.

Upvotes: 0

Goncalo Feliciano
Goncalo Feliciano

Reputation: 111

try this https://developers.google.com/eclipse/docs/install-eclipse-4.2

or use this -- > http://dl.google.com/eclipse/plugin/4.2 <-- for instal android

works for me

Upvotes: 5

user1260150
user1260150

Reputation: 91

Yes, I installed Juno and that package I installed did not come with WST either.

I fixed this same problem by adding Juno update site at http://download.eclipse.org/releases/juno/. You will find WST under "Web, XML, Java EE and OSGi Enterprise Development. For my own purpose I simply installed everything under this category and the problem went away.

Upvotes: 9

E-Riz
E-Riz

Reputation: 32914

What package of Juno did you install? ADT requires part of the WST project, but I suspect that the Juno package you have doesn't include WST and probably doesn't include the update repository to automatically get it.

EDIT: Try using the Eclipse for Java EE Developers package as your starting point, as it includes WST features. Alternatively, you could try adding the Juno update site to your Eclipse and see if ADT gets it's required features. The Juno update site is http://download.eclipse.org/releases/juno/

Upvotes: 20

Related Questions