Unable to perform ADT offline installation - android

I am trying to install ADT 16.0.1 in Eclipse SDK 3.7.2 in a Mandriva Linux 2011 VM. I've successfully installed Eclipse, and I've downloaded the ADT plugin archive. I've then tried to point Eclipse's "Install New Software" to the archive, which it detects properly. However, when I select all and try to install, it hangs there, with the following regular log messages:
org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
After a while, it just aborts with the following error message:
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
Why is this happening, and how can I fix it?
Thanks!

ADT has a dependency on org.eclipse.wst.sse.core, which is the Web Standard Toolkit, located at: http://www.eclipse.org/webtools/wst/main.php
This is a duplicate of question ADT requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found so I would try those solutions first.
Note that if you want to do an offline install, it might just be easiest to download the Eclipse IDE for Java EE Developers, which includes the WST core plugin: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr2 Then install ADT plugin into that.

Related

Error installing ADT 22.3 offline

I tried to install adt 23.3.0 in eclipse 3.7 offline,
I download ADT-22.3.0.zip(I found that the ZIP file is not damaged) and i went to HELP->INSTALL NEW SOFTWARS clicked add and then chosed the zip file and i get this error message:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 22.3.0.v201310242005-887826
(com.android.ide.eclipse.adt.feature.group 22.3.0.v201310242005-887826)
Missing requirement: Android Development Tools 22.3.0.v201310242005-887826
(com.android.ide.eclipse.adt.feature.group 22.3.0.v201310242005-887826) requires
'org.eclipse.wst.sse.core 0.0.0' but it could not be found
I have no idea how to fix it.
My advice is to use the Android Studio, I've noticed much difference with Eclipse and worth, here I share a link for you, to download it easier.
Windows:
http://dl.google.com/dl/android/studio/ide-zips/0.4.6/android-studio-ide-133.1028713-windows.zip
Mac:
http://dl.google.com/dl/android/studio/ide-zips/0.4.6/android-studio-ide-133.1028713-mac.zip

error while installing adt in eclipse

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.

Android plugin install Error. operation cannot be completed

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.

Android ADT Installation Error

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

How to solve ADT dependencies on Eclipse Classic Indigo 3.7.1?

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.

Categories

Resources