Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install the Android ADT Plugin in Eclipse?

Tags:

I followed the instructions on ADT Plugin for Eclipse but I got this message when installing in Eclipse:

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.gef 0.0.0' but it could not be found 

I have tried with both 64bit and 32bit Eclipse Galileo fresh installs. I am using Windows 7.

Update: I followed the steps on org.eclipse.gef 0.0.0 required for installing Android Development Tools on Eclipse 3.5.1 and installed GEF SDK 3.5.2 but now I got a new similar error message when installing ADT:

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 

How can I install the Android ADT Plugin for Eclipse 3.5.2 on Windows?

like image 377
Jonas Avatar asked Oct 14 '10 17:10

Jonas


People also ask

How do I know if ADT is installed in Eclipse?

Go to Eclipse near Apple symbol on top Left. A window opens and here click on Green Android Robot icon. A next winodw opens in which you can find the version of Android ADT. A window opens and in this select Installed packages there you can find all information about SDK.


1 Answers

I finally followed the instructions on During installation, there's an error about requiring org.eclipse.wst.sse.ui. How do I fix that? and installed Google Plugin for Eclipse Galileo, then the installation of Android ADT Plugin worked without any problem, finally.

like image 97
Jonas Avatar answered Sep 20 '22 06:09

Jonas