I am trying to build an Android development environment on my PC. But I'm encountering some problems, and desperately need help. Operating System: Windows 7 (64 bit)
Installed component:
Version: Kepler Service Release 2
I've tried to install the Android Native Development Tools but the following error message
appaer on then screen:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Native Development Tools
22.6.0.v201403010043-1049357 (com.android.ide.eclipse.ndk.feature.
group 22.6.0.v201403010043-1049357)
Missing requirement: Android Native Development Tools
22.6.0.v201403010043-1049357 (com.android.ide.eclipse.ndk.feature.group
22.6.0.v201403010043-1049357) requires 'org.eclipse.cdt.feature.group 0.0.0'
but it could not be found
please can somebody help me solve this problem? Thanks.
Similar solution for eclipse indigo worked for me:
Installing ADT on Eclipse
Try using the same method.
Related
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'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 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've installed the following:
JDK
Android SDK
Eclipse Classic 3.7
Now I'm trying to install the ADT plugin for eclipse, but in the install process I get the following error:
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)
How do I go about resolving this error.
I started from the beginning, removed Eclipse, Android SDK etc, then downloaded everything again and re-installed. Seems to be working know, weird?!
I had the same problem right now, and I solved it running eclipse as admin...
Windows 7 pro x64
Eclipse Indigo
I got the same Issue, but I updated Eclipse and the Android SDK, it worked ! i guess no need to re install all the stuff.
I was running Eclipse Helios 64bit
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!