Android: OutofMemoryError: bitmap size exceeds VM budget with no reason I can see.
- by Meymann
Hi. I am having an OutOfMemory exception with a gallery over 600x800 pixels JPEG's.
The environment
I've been using Gallery with JPG images around 600x800 pixels.
Since my content may be a bit more complex than just images, I have set each view to be a RelativeLayout that wraps ImageView with the JPG.
In order to "speed up" the user…