I'm creating a very memory intensive game 3D game for Android that is using all OpenGL UI. I've been trying to cut down on memory usage wherever I can, and looking at a heap dump of my app I found that there is ~5Mb of Android pre-loaded resources. Looking at the dominator tree in Eclipse MAT, this memory is stored in android.content.res.Resources.
My question is whether there is any way to clear a part of or all of this memory since I'm not using Android's UI framework. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

