Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Android pre cupcake 中使用了动画 GIF,但是我的旧代码不再有效。准确地说:
Movie.decodeStream
总是返回 null ... 有没有人有任何解决方法/修复来播放动画 GIF?
对此有一个错误报告。看起来目前唯一的选择是将其拆分并手动进行逐帧动画。文档中有关于如何执行此操作的说明。