• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Installing ADT Plugin

ddonn

Lurker
Hi guys,

I am trying to install the ADT Plugin for Eclipse. I am using the latest version of Helios sr2.

So far I have opened Eclipse, Help, Install new software, enter http://dl-ssl.google.com/android/eclipse/ , check box and press next.

After this it stops installing and i get an error saying,
"An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at http://dl-ssl.google.com/android/ec...e.eclipse.adt_16.0.1.v201112150204-238534.jar.
Read timed out
Unable to read repository at http://dl-ssl.google.com/android/ec....eclipse.ddms_16.0.1.v201112150204-238534.jar.
Read timed out
Unable to read repository at http://dl-ssl.google.com/android/ec...erarchyviewer_16.0.1.v201112150204-238534.jar.
Read timed out"
.

Any help on how to fix this would be much appreciated
 
Dunno if this helps but personally I'm about to rebuild my whole dev environment. There have been so many updates to the Android tools there seem to be bugs around every corner.

So for me this means

- Eclipse, Indigo
- SVN 1.7.x
- Subclipse,
- ADT 16.x
- SDK 1.5-4.0.3
- Support Library/package v6
- Proguard
- ANT
- Redoing my ENV varibles

it's gonna be fun :D


looking at your error messages, you might want to try https for the update site. Also you should check if you have a firewall or proxy blocking eclipse from accessing the internet. It also may have just been a bad day somewhere on the internet.

Those errors basically just mean that eclipse couldnt get the data from the servers because they didnt respond.
 
Back
Top Bottom