Hi all,
I see a lot of similar posts regarding memory leaks on Android last time but my issue is a little bit different. The problem is that my app does not deallocate memory even if I relaunch it. So if I open/close app near 10-12 times I get OutOfMemory error and "force close" button. After "force close" it deallocates memory and runs fine next 10-12 times etc...
Did anyone know how to make app to deallocate memory when it closes? Ti 1.7.5 Android 2.2 HTC Desire
1 Answer
Have you tried creating a memPool window and managing memory that way? I've found with Android this helps a lot. Basically add objects to the memPool window and close it. Hope this helps.
Your Answer
Think you can help? Login to answer this question!