I am trying to analyze the heap dump of my android app. The analyzer MAT shows me this message
The class "android.content.res.Resources", loaded by "", occupies 12,084,776 (87.38%) bytes. The memory is accumulated in one instance of "java.lang.Object[]" loaded by "".
What do I do about this? I want to avoid OutOfMemoryError.