欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Android:java.lang.OutOfMemoryError: Failed to allocate a 23970828 byte allocation with 2097152 free

程序员文章站 2022-06-13 21:28:46
...

使用 Glide 加载图片,偶尔加载不出来,一片空白,控制台打印如下错误

Android:java.lang.OutOfMemoryError: Failed to allocate a 23970828 byte 
allocation with 2097152 free

解决办法是在AndroidMenifest.xml文件中设置如下参数:

<application
       android:largeHeap="true">