Fresco OutOfMemoryError 内存不足导致的崩溃

我在项目中使用Fresco,在xml layout文件中设置fresco:placeholderImage,这个可能导致内存暴涨的原因,出现错误:


OutOfMemoryError
//并且
Binary XML file line * Error inflating class

可以查看:https://github.com/facebook/fresco/issues/734

本以为最基础的设置应该没有问题,却是罪魁祸首,你可以试试把


fresco:placeholderImage="@drawable/empty_collection"
fresco:placeholderImageScaleType="centerCrop"

去掉试试。

你可能感兴趣的:(Fresco OutOfMemoryError 内存不足导致的崩溃)