Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'required items could not be found' error when installing ADT plugin

Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431) Missing requirement: Android Development Tools 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431) requires 'org.eclipse.gef 0.0.0' but it could not be found

Some info:

  1. Eclipse SDK Version: 3.6.2
  2. jdk-6u26-windows-i586
  3. Windows 7

Any suggestions on how to solve this 'required items could not be found' error?

like image 469
user815860 Avatar asked Aug 16 '11 17:08

user815860


People also ask

Which is the correct step to setup ADT Plugin?

Configuring the ADT PluginSelect Window > Preferences... to open the Preferences panel (Mac OS X: Eclipse > Preferences). Select Android from the left panel. For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory. Click Apply, then OK.

How do I install ADT on Windows 10?

On the PC, download and run the JDK installer, which is available here: http://www.oracle.com/technetwork/java/javase/downloads/index.html. Install the Android SDK (software development kit): In your browser on the PC, open the Android SDK download page and click Download the SDK Tools ADT Bundle for Windows.


1 Answers

Have had the same problem a few times. You need to add the following urls to the "Available Software Sites" of your eclipse installation:

  • http://download.eclipse.org/releases/indigo
  • http://download.eclipse.org/eclipse/updates/3.7

That should fix it.

If not, see my install paths, and add as needed:

enter image description here

Also, make sure you tick the box on install that says "Contact all update sites during install to find required software".

like image 94
Bram Vandenbussche Avatar answered Sep 30 '22 14:09

Bram Vandenbussche