Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 484
VenomVendor Avatar asked Jan 24 '12 14:01

VenomVendor


1 Answers

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/

like image 64
E-Riz Avatar answered Oct 07 '22 18:10

E-Riz