I'm trying to set up an Ubuntu 10.10 image in VMWare to do some Android development (my machine actually runs Windows 7 64bit). I've downloaded Eclipse 3.6.1 and when I tried to install the Android Tools by going to Help -> Install New Software, Eclipse would just get stuck trying to download the software. Even after 20 minutes no progress had been made.

I tried to check if Eclipse had internet access by checking for updates, and this too is having problems. If I do Help -> Check for Updates, Eclipse will start to search and then take a very long time to do any progress. It took like 20 minutes to go from 12% complete to 25%, and then 30 minutes to go from 25% to 50%.

I installed the Java JDK just a few minutes before at full speed, so I know it's not something to do with my VMWare setup. Any idea as to what could be happening?

link|improve this question
The update check just finished. It turns out the progress was made because the reader was timing out. I'm not sure if this means Eclipse has no internet access? – qwertyk Dec 14 '10 at 1:33
feedback

2 Answers

You're right, Eclipse updating can be horribly slow, regardless of connection speed.

From what I can tell, this is because it checks a whole bunch of slow servers looking for updates every time you try and install something. You can disable this behaviour in the "Install New Software" dialog by unchecking the "Contact all update sites" option. I find that things go an awful lot faster then.

link|improve this answer
2  
That's what it was. I disabled this and it found the Android Tools in an instant. You don't know how much time I wasted this evening waiting at a frozen progress bar. Thanks a bunch! – zmow Dec 14 '10 at 1:57
Damn, this is a handy trick... Million thanks! – fgysin Sep 29 '11 at 11:58
feedback

another solution that worked really fast in my case :

  • do the normal procedure for new software install and wait for getting the "timeout" error msg

  • in the timeout error msg window you can see the URLs of the packages you had requested to download : copy-paste the URLs and download these packages manually (in my case was always very fast) and place them in the eclipse's /plugins directory

  • (restart eclipse?) then relaunch the normal new software install procedure exactly like before (do it from the workbench window) : then this time in my case it installed the packages in just a few seconds ... maybe i am missing out the real cause why this solution makes things better but well it worked ;-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.