Whenever I try to launch my Android app, Eclipse hangs.
This doesn't happen all the time, but has increased in frequency lately.
Sometimes it takes up to 10 minutes.
Any ideas?
Whenever I try to launch my Android app, Eclipse hangs.
This doesn't happen all the time, but has increased in frequency lately.
Sometimes it takes up to 10 minutes.
Any ideas?
Turns out a bunch of rather large pngs were added to the project. This results in the build time increasing drastically due to png crunching, leading to the impression that it would be "hanging". This only happens after a clean, or when switching branches, which happens a lot.
The fix is to get rid of the large pngs.