Reputation: 3044
I know there are similar issues covered in articles and blogs, but none of these guides seem to work.
So far, I have:
Please help! I am at the end of my ropes with this problem!
I am running Ubuntu 10.04, Eclipse 3.5.2 (everything is 32-bit). This setup had been working for a month or so, and just broke the other day.)
Upvotes: 5
Views: 6485
Reputation: 8431
I found that when i plugged in a device while eclipse was running, it would halt progress on building. Unplugging it immediately fixed things. I had some bad drivers it seems.
Upvotes: 7
Reputation: 1087
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
Upvotes: 13
Reputation: 3044
Thanks for your comment suggestions.
I went through the logs, and they were not very informative.
It turns out the problem was with a corrupt PNG image (located in the library project -- which was compiling correctly!)
It was this post that led me to search the 'drawable' directories.
Upvotes: 1