I've followed instructions on developer.android.com carefully:

  1. I've downloaded Eclipse Classic 3.6.1
  2. I've opened Help->Install New Software and added ADT Plugin site

But install still fails to match all dependences. I've tried to add additional repositories, but it didn't help. Are there some clues for installing v9.0.0 ADT plugin on Eclipse 3.6.1 Classic properly?

I've also tried this Correct install of Android SDK, ADT with Eclipse 3.6.1 - didn't help.

link|improve this question
what is the error you get or what dependency is missing? – Robby Pond Feb 8 '11 at 14:42
Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 9.0.0.v201101191456-93220 (com.android.ide.eclipse.adt.feature.group 9.0.0.v201101191456-93220) Missing requirement: Android Development Tools 9.0.0.v201101191456-93220 (com.android.ide.eclipse.adt.feature.group 9.0.0.v201101191456-93220) requires 'org.eclipse.gef 0.0.0' but it could not be found – Anton Chikin Feb 8 '11 at 14:58
feedback

2 Answers

up vote 3 down vote accepted

According to your log message you don't have GEF plugin installed that is required by the android tools. You can install it from here: http://www.eclipse.org/gef/

link|improve this answer
I've downloaded and installed this plugin, and then downloaded and installed WST from here download.eclipse.org/webtools/downloads and that helped. The clue is to install all that stuff manually, not just add to the Updates list. – Anton Chikin Feb 8 '11 at 15:26
feedback

Or you download the "Eclipse IDE for Java Developers" version. Android plugin and SDK work fine with this version. http://eclipse.org/downloads/packages/eclipse-ide-java-developers/heliossr1

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.