2

I'm trying to install the Android plug-in for Eclipse (32 bit Windows 7 - the Eclipse-Java-Indigo release), following the instructions here.

Mike Plate

The trouble is eclipse just says "Pending", in the Install New Updates window, with nothing else seemingly going on, after I put in the URL:

Google Android Eclipse

Robinson
  • 9,666
  • 16
  • 71
  • 115

3 Answers3

4

This is often a problem with proxy settings. If you're behind a firewall (or using settings which were configured under one) go to Window -> Preferences -> General -> Network Connections and configure it properly.

robamaton
  • 690
  • 1
  • 6
  • 17
  • Actually, I assume the URL given is wrong, because https://dl-ssl.google.com/android/eclipse/ gives a 404 if I go to it with my browser! – Robinson Jul 11 '11 at 14:55
  • Oh, I read that it doesn't respond to general requests from browsers. In any case, network admin confirms it's making a socks connection, but then doing nothing further. – Robinson Jul 11 '11 at 15:30
  • Nope, that's the right URL. It doesn't work in the browser because Eclipse has its own protocol of where to look for software. Have you tried installing software from other Eclipse update sites? Try subclipse, for example. – robamaton Jul 11 '11 at 15:32
  • Ok, further to previous comment, it's probably trying to connect via. socks 5 - but our network only has socks 4. Admin is going to run the 5 version to see if it then works. – Robinson Jul 11 '11 at 15:40
  • I tried to fix the Proxy but it still is not working. Isn't there a manual way we can do this? – Si8 Jul 19 '13 at 21:21
1

Close Firewall and virus program and try again. it worked for me.

Yasin KAYA
  • 11
  • 1
1

I just disabled the Anti virus and it worked for me.

asif
  • 11
  • 1
  • Anti Virus shouldn't block eclipse from installling new software unless you say explicitly not to install those types of files. – Nate-Wilkins Sep 26 '12 at 17:40