PeterG
PeterG

Reputation: 519

Installing ADT plugin in Eclipse for Android development

when I tried to install the ADT to eclipse (indigo) the following error came up:

Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared profile 1.0.0.1316138547364 (SharedProfile_epp.package.java 1.0.0.1316138547364)
Missing requirement: Shared profile 1.0.0.1316138547364 (SharedProfile_epp.package.java 1.0.0.1316138547364) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found

What does this mean? How can I fix this?

I have the 64 bit versions of eclipse and jdk, and I tried to install the ADT through the Eclipse Marketplace, same error came up... and I tried to install the eclipse classic... an error came up that said it couldn't find the shared libraries...

Upvotes: 32

Views: 22448

Answers (4)

Cavaz
Cavaz

Reputation: 3119

  1. Remove the ADT repo (Window->Preferences->Install/Updates->Available Software Sites)
  2. Add Indigo repo ("http://download.eclipse.org/releases/indigo")
  3. Run updates
  4. Add ADT repo again and install

Upvotes: 3

Shawn
Shawn

Reputation: 21

I had this problem and it was driving me nuts!!! Tries everything listed on here but nothing and couple of other ideas from other sites. Finally figured out since I was on $%# &^$% VISTA that I had to move my Eclipse folder out of c:\program files to users. That fixed it. Thanks to all who had ideas as I could not have figured it out without the other help.

Upvotes: 2

James Blackburn
James Blackburn

Reputation: 4491

It's an Eclipse bug, see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=350645

You shouldn't need to be administrator to install additional plugins...

Upvotes: 5

hovanessyan
hovanessyan

Reputation: 31423

It seems that you have to run Eclipse as administrator.

Upvotes: 58

Related Questions