I am installing adt plugin in eclips galileo.but getting below error-
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395)
Missing requirement: Android Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395) requires 'org.eclipse.core.runtime 3.6.0' but it could not be found
It seems to be saying that you don't have the Eclipse core runtime where it expects it to be.
An easy way to fix this would be to enable the 'Contact all update sites during install to find required software' checkbox on the Install New Software dialog page and that should automatically download all the additional software required for ADT to work.
Otherwise it would be a case of looking through the Eclipse official repository to find and install the runtime.
Edit:
Ah, the reason it can't find the 3.6 runtime is that Galileo is 3.5. The new ADT versions will only run on 3.6(Helios) and above.
ADT Plugin Requirements
Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.3.
Install Helios or a higher version and it should work fine.
The latest version of Eclipse Classic is Juno, which you can download from here.
Related
Trying to install jdk-6u31-windows-i586 and eclipse-java-galileo-SR2-win32 and android-sdk_r17-windows
When trying to add the
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 17.0.0.v201203161636-291853 (com.android.ide.eclipse.adt.feature.group 17.0.0.v201203161636-291853)
Missing requirement: Android Development Tools 17.0.0.v201203161636-291853 (com.android.ide.eclipse.adt.feature.group 17.0.0.v201203161636-291853) requires 'org.eclipse.ui 3.6.0' but it could not be found
From the ADT plugin site:
ADT 17 - Dependencies: [..] Eclipse Helios (Version 3.6.2) or higher is required for ADT 17.0.0.
Eclipse Galileo is too old and not supported. Pick a newer version (Indigo, which is the newest, works fine for me).
Eclipse 3.6 is Helios, whereas Eclipse 3.5 is Galileo; it would appear that the version of ADT you're installing needs 3.6 or later. 3.7 is stable now.
I'm having difficulty in installing ADT 1.7.0 Eclipse Plugin with this conditions :
Eclipse version is Eclipse Classic 3.7.2 from www.eclipse.org
Windows 7 Professional 64 Bit SP1
ADT install method is using archive as described in http://developer.android.com/sdk/eclipse-adt.html#installing
Java Runtime Environment 6 update 31.
the installation progress stop with detail :
"Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 17.0.0.v201203161636-291853 (com.android.ide.eclipse.adt.feature.group 17.0.0.v201203161636-291853)
Missing requirement: Android Development Tools 17.0.0.v201203161636-291853 (com.android.ide.eclipse.adt.feature.group 17.0.0.v201203161636-291853) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found"
Are there any solution to this ?
What helped in my case was installing Eclipse Indigo for Java EE Developers. Apparently, the classic version doesn't have everything that is required by ADT.
I also ran Eclipse as administrator but I'm not sure if it was required.
I had the same problem and finally solved it. I had to install Eclipse Indigo for Java EE Developers, and then I had to turn of my AVG 2012 for some time while the install was running.
This solved my problem.
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
I am using Eclipse Gallieo. While installing the ADT plugin, following error comes up:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Traceview 16.0.1.v201112150204-238534 (com.android.ide.eclipse.traceview.feature.group 16.0.1.v201112150204-238534)
Missing requirement: Android Traceview 16.0.1.v201112150204-238534 (com.android.ide.eclipse.traceview.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.ui 3.6.2' but it could not be found
How do I resolve this?
ADT 16 supports eclipse 3.7 java
i am using eclipse 3.7 and install ADT 16.0.1 its install properly and it now working..
Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.1.
You must install a newer version of Eclipse such as Helios or Indigo.
whenever i am trying to install ADT plugin , i am getting below error,
Cannot complete the install because one or more required items could
not be found.
Software being installed: Android Development Tools
16.0.1.v201111031820-219398 (com.android.ide.eclipse.adt.feature.group
16.0.1.v201111031820-219398)
Missing requirement: Android Development Tools
16.0.1.v201111031820-219398 (com.android.ide.eclipse.adt.feature.group
16.0.1.v201111031820-219398) requires 'org.eclipse.wst.sse.core 0.0.0'
but it could not be found
I am working with window 7.
I have tried with Archive also but still getting same error.
How can i use Android in my eclipse?
What i will do?
1)First Install the ADT15.0.1 plugins but don't delete it & Upgrade to ADT 16.0.0 or ADT 16.0.1
2)Plz go to the SDK Manager.Exe in androidsdkwindows folder see whether it is updated SDK or not if not install once again.
3)See the Android Support v4 jar file installed or not if not installed from the SDK Manager
and configure the library path.
It will Definitely work!!!
Seems to be an issue with your eclipse installation. With a little bit of googling I found this: http://androidcommunity.com/forums/f4/missing-org-eclipse-wst-sse-core-0-0-0-while-installing-sdk-for-eclipse-3-5-a-28714/