1.4 Froyo Unable to load bitmap. Not enough memory: bitmap size exceeds VM budget
I have an app (BCJonesboro) that lets users upload a photo from their photo gallery. When I select the photo from the gallery, it tries to populate an imageview with that photo. On 2.2 (froyo) I get the error:
"Not enough memeory to get image: bitmap size exceeds VM budget"
I know that with older versions of titanium this error is caused by a memory leak with the image views. I am using titanium 1.4 which I thought fixed this issue.
Is there anything that I can do to keep from getting this error?