Android OutOfMemoryError : bitmap size exceeds VM budget

前端 未结 2 786
日久生厌
日久生厌 2021-01-16 01:57

i am facing a problem of OutOfMemoryError that is bitmap size exceeds vm budget while changing the orientation of the Droid mobile (but not in any of other mobiles like Andr

2条回答
  •  一生所求
    2021-01-16 02:37

    Just to toss in some info here, I had this exact problem (for me I found out it was the .jpg image I was using for my background).

    Well I changed the image from .jpg to .png (and even resized the image a little smaller).

    I think that it was the formatting of the .jpg that was giving me the error, simply changing to .png fixed the error for me.

提交回复
热议问题