This is a bit of a vague question because, frankly, I don't even know where to begin diagnosing the issue. My eclipse (Galileo) installation grinds to a complete halt when it's building the workspace -- to the point where I can't even type. I know the Android SDK I have installed is a major culprit because I can watch the memory usage go through the roof (through the built-in heap monitor) when the Android SDK content loader starts up. Every time I save a file though, the program just stops. The message at the bottom of the screen says

Building workspace (74%)

and sits there for about 30 or so seconds before completing and returning the performance to normal. I have a few other plugins installed (Maven, SVN, etc) but I'm assuming the main issue is Android. Has anybody had similar issues or any luck correcting this sort of problem?

If there's anymore information you think would be helpful, just let me know...I didn't want to do a core dump on this question...

I'm running it on Windows 7 64-bit for what it's worth.

link|improve this question
Here is something I found on Stack Overflow: Link to thread – Sahil Nov 4 '10 at 23:20
feedback

3 Answers

Building workspace gets stuck at 99% If Eclipse hangs while "building workspace", try killing any running adb processes in the background. There actually seem to be a variety of possible causes, but when using the ADT Eclipse plugins, this might work.

See here: http://Android-sdk.wikispaces.com/Building+workspace+stuck+at+99%25

link|improve this answer
Kill adb process worked. – NeTeInStEiN Nov 9 '11 at 14:33
feedback

Try un-checking auto-build: Project > Build Automatically

This will prevent a build whenever you save a file.

link|improve this answer
1  
Possible workaround, he will be able to save, but it still will hang on build time. – Gnoupi Apr 30 '10 at 13:41
feedback

Try starting Eclipse at the command line with the -clean argument.

link|improve this answer
feedback

protected by studiohack May 30 '11 at 22:25

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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