A beautiful sunrise Fresco不能正常显示GIF动画 8月 28, 2016 发布在 Android 使用Fresco SimpleDraweeView加载 GIF图片时候,发现在手机上以及在模拟器上都运行不了,找来找去,终于发现: 我使用的是compile ‘com.facebook.fresco:fresco:0.13.0’ ,修改为0.13以下的都能正确显示, (eg:compile ‘com.facebook.fresco:fresco:0.9.0’) 还没来得及看他的API有什么区别。