Android 动画 GIF(纸杯蛋糕)

Android 动画 GIF(纸杯蛋糕)

问题描述:

我在 Android pre cupcake 中使用了动画 GIF,但是我的旧代码不再有效.准确地说:

I've used animated GIFs in Android pre cupcake however my old code no longer works. To be exact:

Movie.decodeStream

总是返回 null... 有没有人有任何解决方法/修复来播放动画 GIF?

Always returns null... Does anyone have any workarounds/fixes to play animated GIFs?

对此的错误报告.看起来目前唯一的选择是将其拆分并手动进行逐帧动画.文档中有说明,了解如何这样做.

There's a bug report for this. Looks like the only option currently is to split it up and do frame-by-frame animation manually. There's instructions in the docs for how to do this.