Adt eclipse bundle 02-07-2014 UPDATE

We used the latest package provided by the Android developers site. Everything is fine, but when I try to download the adt plugin, it gives this error:

Software installation detected an error

Details: An error occurred while collecting items to be installed session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.adt.feature,23.0.2.1259578 No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ddms.feature,23.0.2.1259578 No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.gldebugger.feature,23.0.2.1259578 No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.hierarchyviewer.feature,23.0.2.1259578 No repository found containing: osgi.bundle,com.android.ide.eclipse.ndk,23.0.2.1259578 No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ndk.feature,23.0.2.1259578 No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.traceview.feature,23.0.2.1259578

Any idea on what I can do to fix this?

+7
android eclipse adt sdk bundle
source share
6 answers

Just clear the "Contact all update sites during installation to find the right software" check box before proceeding with the installation.

+44
source share

Make sure you use " https://dl-ssl.google.com/android/eclipse/ " as the download link. The default errors are incorrect - at least in my drop-down list.

+3
source share

Actually, the package itself has an error that they resolve.

Better you can download the new ADT package on the Android developers site

This package provides a new version of ADT v23 along with sdk.

0
source share

Yes. I have the same problem. This seems to be an open problem:

https://code.google.com/p/android/issues/detail?id=72912

0
source share

Follow the instructions below:

Troubleshooting ADT Installation http://developer.android.com/sdk/installing/installing-adt.html

Manually download ADT-23.0.2.zip and follow the instructions to update it. This will solve your problem.

0
source share

From the experience I had with Eclipse, I removed the slash at the end of the following http://dl-ssl.google.com/android/eclipse expression, it will add a slash on its own. I think the eclipse is entangled in this. I hope this works for others.

0
source share

All Articles