使用 Glide 加载图片,偶尔加载不出来,一片空白,控制台打印如下错误
Android:java.lang.OutOfMemoryError: Failed to allocate a 23970828 byte
allocation with 2097152 free
解决办法是在AndroidMenifest.xml文件中设置如下参数:
<application
android:largeHeap="true">
使用 Glide 加载图片,偶尔加载不出来,一片空白,控制台打印如下错误
Android:java.lang.OutOfMemoryError: Failed to allocate a 23970828 byte
allocation with 2097152 free
解决办法是在AndroidMenifest.xml文件中设置如下参数:
<application
android:largeHeap="true">