Android之java.lang.OutOfMemoryError: Failed to allocate a ** byte allocation with **free bytes and 2M
1 问题glide加载图片出现oom2 解决办法1) 简单粗暴点的在AndroidManifest.xml添加如下,增大安卓虚拟机内存android:largeHeap="true"<application android:allowBackup="true" android:icon="@mipmap/guruji" ...