InflateException: Binary XML file line #1: Error inflating class caused by OutOfMemoryError

前端 未结 10 1747
梦如初夏
梦如初夏 2020-11-27 05:59

Here is my code:

input.xml (layout folder)



        
10条回答
  •  没有蜡笔的小新
    2020-11-27 06:15

    Caused by: java.lang.OutOfMemoryError: bitmap size exceeds VM budget may be the real culprit here. Try using smaller image to see if it is a memory-related issue. Check out these links for examples of similar issues:

    java.lang.OutOfMemoryError: bitmap size exceeds VM budget - android - how many images? and OutOfMemory exception when loading bitmap from external storage

提交回复
热议问题