I'm using Ubuntu 11.10 and installed Eclipse from the Ubuntu Software Center. Here's the information of the Eclipse I've downloaded. I have Java SDK 6 and 7, but Eclipse is configured to use the Java SDK 6.
Version: 3.7.0
Build id: I20110613-1736
I was about to install the ADT plug-in on Eclipse when after hitting the first Next button in the installation these error telling me I can't install the ADT unless:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534)
Missing requirement: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
How can I resolve this problem?
Thanks in advance.
The first recommendation is to NOT install Eclipse from any Linux package manager or software repository. Instead, just get it from http://www.eclipse.org/downloads/. The builds that linux distro's install are often modified (mangled, some would say).
The particular error you're getting is because ADT requires part of the Eclipse WST project features, but the update sites you have configured don't include WST. Getting one of the packages directly from http://www.eclipse.org/downloads/ will solve that, along with knowing exactly what you've got (as opposed to relying on whoever assembled the package for Ubuntu).
I had similar problems and the above answer did not work, in this case try:
deleting workspace directory
check running eclipse as root (just for duration of this ADT install)
for more info see posts halfway through this thread:
http://androidforums.com/galaxy-nexus-all-things-root/466275-having-trouble-installing-adt-plugin.html
Related
I installed the Android SDK installer_r20-windows.exe
When I went to install android tools via eclipse, it displays the error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 22.0.5.v201307292155--757759
(com.android.ide.eclipse.adt.feature.group 22.0.5.v201307292155--757759)
Missing requirement: Android Development Tools 22.0.5.v201307292155--757759 (com.android.ide.eclipse.adt.feature.group 22.0.5.v201307292155--757759)
requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
What version of eclipse is compatible with android installer_r20-windows.exe?
I was having the same problem with the Linux version of Eclipse 3.8.
The following solution from Google FAQ page worked for me, and as it was quite platform independent, it might help at other platforms too:
1) Select Help > Install New Software...
2) Add the update software site (by clicking Add...) and enter http://download.eclipse.org/releases/indigo [change the last word according to your Eclipse version] for the Location.
3) After adding the update site, try installing Android Developer Tools again, it should download all dependencies now.
I am getting error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Native Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.ndk.feature.group 20.0.3.v201208082019-427395)
Missing requirement: Android Native Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.ndk.feature.group 20.0.3.v201208082019-427395) requires 'org.eclipse.cdt.feature.group 0.0.0' but it could not be found
Windows 7 Professional 64Bit.
Eclipse Java EE IDE for Web Developers.(32 Bit).
I wanted to install this only through Offline. Because i wanted to send it to my friend.
No issues on Android SDK.
I have Tried the solution by enabling only http://download.eclipse.org/releases/juno
and https://dl-ssl.google.com/android/eclipse/ remaining its disabled.
Deselect the Native Development Toolkit in your installation selection in Eclipse. You don't want that. It is for writing C code used in Android applications and it is absolutely not needed for Android beginners or to write a normal Android application.
Ensure you check the box 'contact all update sites during install to find required software'. This prevented my default juno 64bit install from adding ADT. I'm not sure how you would identify the sites used for the additional dependent libraries being pulled in for your friend though.
I had a the same problem but with a different package. Starting Eclipse as an admin solved it for me
I am trying to add plugin android ADT for eclipse.
I've followed the steps given here
But when I am trying to install available softwares its giving error like
"The Operation cannot be completed. see the details."
in the details the following error is getting displayed.
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534)
Missing requirement: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.core.runtime 3.6.0' but it could not be found.
I am getting same error even if I downloaded the ADT-16.0.1.zip and given the local archive path.
I am using Eclipse Gelelio.
The problem is that you use an old version of Eclipse (Galileo) 3.5.x. There is a requirement in Android SDK that you should use Eclipse 3.6 minimum (Helios). So you have to install at first new version of Eclipse.
I faced with the same problem when I was using Ubuntu 10.04 because by default from the repository it installs Eclipse Galileo.
You are facing an Eclipse bug/issue. You need to following workaround (also mentioned here)
Select Help > Install New Software... Click the link for Available> Software Sites.
Ensure there is an update site named Galileo. If this is not present, click Add
Enter http://download.eclipse.org/releases/galileo for the Location
Now go through the installation steps, Eclipse should download and install the plugin's dependencies.
I want to install Android SDK on Eclipse Classic Indigo (Version: 3.7.1 Build id: M20110909-1335) Windows 7 32 bit.
On adding ADT plugin to in software update I got following some dependency error.
Cannot complete the install because one or more required items could
not be found. Software being installed: Android Development Tools
16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534)
I consulted some blogs and found that I have to update my Eclipse. Following two sources are there in Eclipse.
http://download.eclipse.org/eclipse/updates/3.7
http://download.eclipse.org/releases/indigo
But their download is also broken. They try to dowload content.jar file which is not there.
Any hand how to solve this problem? Or I should use some other version of Eclipse?
Thanks
I was running a proxy program (UltraSurf). I closed the application and re-tried and that solves my installation problem.
I am using Eclipse 3.5 (Galileo), and I'm trying to install ADT plugin from remote as well as local archive.
It is not installing.
I am getting the following error for both remote as well local:
Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404)
Missing requirement: Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404) requires 'org.eclipse.gef 0.0.0' but it could not be found
How do I solve this?
Thanks in Advance
You'll need to install the eclipse graphical editing framework. You can install directly from within eclipse using the release site
http://download.eclipse.org/tools/gef/updates/releases/
I just went through the experience of installing the Android SDK and ADT Plugin. Below is a link to how to setup the ADT Plug-in.
ADT Plug-in Installation:
http://developer.android.com/sdk/eclipse-adt.html
The simplest solution is to install eclipse INDIGO version, That contains every requirements you met. Good luck.
Something I have to say is: INDIGO is much more faster than galileo!! So upgrade it without hesitate!