When you try to download the ADT Plugin show the following error message:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 15.0.0.v201110251216-213216 (com.android.ide.eclipse.adt.feature.group 15.0.0.v201110251216-213216)
Missing requirement: Android Development Tools 15.0.0.v201110251216-213216 (com.android.ide.eclipse.adt.feature.group 15.0.0.v201110251216-213216) requires ‘org.eclipse.wst.sse.core 0.0.0’ but it could not be found
Solution:
Right-click on Eclipse.exe file or his shortcut and chose “Run As Administrator” then
- Select Help > Install New Software….
- Click Add, in the top-right corner.
- In the Add Repository dialog that appears, enter “ADT Plugin” for the Name and the following URL for the Location:
https://dl-ssl.google.com/android/eclipse/
- Click OK
- In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
- In the next window, you’ll see a list of the tools to be downloaded. Click Next.
- Read and accept the license agreements, then click Finish.Note: If you get a security warning saying that the authenticity or validity of the software can’t be established, click OK.
- When the installation completes, restart Eclipse.
Did my solution solve your problem?
14 replies on “ADT Plugin for Eclipse – “Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 15.0.0.v201110251216-213216 (com.android.ide.eclipse.adt.feature.group 15.0.0.v201110251216-213216) Missing requirement: Android Development Tools 15.0.0.v201110251216-213216 (com.android.ide.eclipse.adt.feature.group 15.0.0.v201110251216-213216) requires ‘org.eclipse.wst.sse.core 0.0.0’ but it could not be found””
[…] here: ADT Plugin for Eclipse – “Cannot complete the install because one … This entry was posted in Uncategorized and tagged adt-plugin, eclipse, facebook, linkedin, […]
Like the concept of your blog!
Thanks for the tips.
I’m still getting the same message after following your instructions exactly. Can you help please?
Hi craiglingardCraig, thanks for your comment.
Before:
Have you installed Android SDK Rev. 15?
If haven’t then launch “SDK Manager” (Start -> All Programs -> Android SDK Tools) as Administrator.
You can follow this guide: http://developer.android.com/sdk/installing.html
Yes I have Android SDK Rev 15 installed. I follow the instructions shown in the guide but I keep getting the same error:
“Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 15.0.0.v201110251216-213216 (com.android.ide.eclipse.adt.feature.group 15.0.0.v201110251216-213216) Missing requirement: Android Development Tools 15.0.0.v201110251216-213216 com.android.ide.eclipse.adt.feature.group 15.0.0.v201110251216-213216) requires ‘org.eclipse.wst.sse.core 0.0.0’ but it could not be found”
When you launch SDK Manager, what packages are installed? Are you sure that you run Eclipse.exe file as Administrator?
I had a copy of Eclipse (Helios) installed so I downloaded the Galileo version and run it it. This seems to have sorted out the problem. Success at last!!!!!!! 🙂
In http://developer.android.com/sdk/installing.html Step 1 is written “The “Eclipse Classic” version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.”.
I did not know you had two versions installed.
I’m glad you solved.
Yes I see that now.
Now I have a new problem:
[2011-11-17 14:23:49 – Yoshimi] Android Launch!
[2011-11-17 14:23:49 – Yoshimi] adb is running normally.
[2011-11-17 14:23:49 – Yoshimi] Performing com.v1_4.BC275A5F40BF44C31CE9C26F.com.Act_Home activity launch
[2011-11-17 14:23:49 – Yoshimi] Failed to find an AVD compatible with target ‘Google APIs’.
[2011-11-17 14:23:53 – Yoshimi] Performing com.v1_4.BC275A5F40BF44C31CE9C26F.com.Act_Home activity launch
[2011-11-17 14:23:55 – Yoshimi] Launch canceled!
[2011-11-17 14:26:00 – Yoshimi] ——————————
[2011-11-17 14:26:00 – Yoshimi] Android Launch!
[2011-11-17 14:26:00 – Yoshimi] adb is running normally.
[2011-11-17 14:26:00 – Yoshimi] Performing com.v1_4.BC275A5F40BF44C31CE9C26F.com.Act_Home activity launch
[2011-11-17 14:26:00 – Yoshimi] Failed to find an AVD compatible with target ‘Google APIs’.
[2011-11-17 14:26:08 – Yoshimi] Still no compatible AVDs with target ‘Google APIs’: Aborting launch.
[2011-11-17 14:26:08 – Yoshimi] Performing com.v1_4.BC275A5F40BF44C31CE9C26F.com.Act_Home activity launch
Keeps telling me about an API problem:
[2011-11-17 14:11:21 – Yoshimi] Unable to resolve target ‘Google Inc.:Google APIs:4’
As far as I can tell I have the Google API’s install –> http://screencast.com/t/PUYKNzdpR
Any idea what I’m doing wrong?
Launch AVD Manager and verify that you have an ADV with target Google API
Yes just done that. There are no AVD’s in there. Any instructions on how to do this?
ADV = Android Virtual Device and is used to debug or run your App with an Emulator. In AVD Manager click on NEW, insert a name like “test”, select Target Google API an press the button Create ADV. If you want to run your App in your Real Device (Hardware) is not connected.
Great. Thank you for your help.
Thanks man you’re the best