java.lang.OutOfMemoryError: bitmap size exceeds VM budget - Android

前端 未结 13 1790
醉话见心
醉话见心 2020-11-22 01:32

I developed an application that uses lots of images on Android.

The app runs once, fills the information on the screen (Layouts, Listviews,

13条回答
  •  梦如初夏
    2020-11-22 02:35

    I had the exact same problem. After a few testing I found that this error is appearing for large image scaling. I reduced the image scaling and the problem disappeared.

    P.S. At first I tried to reduce the image size without scaling the image down. That did not stop the error.

提交回复
热议问题