I'm developing a puzzle app that has a LOT of graphics. It was giving me a lot of memory errors. I'm now nulling out all the bitmap pointers, which seemed to fix the problem.
The ap runs find if I run if for a very long time, but...... after I run it for about 6 times, it will no longer run from the Eclipse IDE. I get a " INSTALL_FAILED_INSUFFICIENT_STORAGE" error. I can't find any memory links (now logging the free memory). Any ideas?