It wasn't solved, now it ask for less memory but still outOfMemory
sometimes. I really don't know what to do if anyone knows how to
solve it, please tell me!!!
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send
thx for your time Marc! but I already solve it =)
I have seen a lot of people has this error or something like this, but
no answer... and i was lucky...
I just put the "big" image in the RAW directory... because the problem
appears to be that when i start the app again, this "big" image was
transfo
Hi Kofa,
I guess you have a memory leak here. Please make sure that all your
data is cleaned up, i.e. no hard references are left.
Try to call the GC manually and see how much it cleans up.
Tip: Override the finalize() method of your activity and print out a
log message there to see if the activi
I forgot to say that the activity with the problem has an imageview
that loads a PNG of 621Kb and a bunch of imageviews.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.co
4 matches
Mail list logo