Android的动画GIF(蛋糕)

Android的动画GIF(蛋糕)

问题描述:

我在Android的pre蛋糕但是我的老code将不再有效使用的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?

还有的 bug报告此。看起来唯一的选择目前是分割它,做手工逐格动画。有一个在文档说明怎么办这一点。

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.