Android 动画 GIF(纸杯蛋糕)
我在 Android pre cupcake 中使用了动画 GIF,但是我的旧代码不再有效。确切地说:
Movie.decodeStream
总是返回 null...有人有任何解决方法/修复来播放动画 GIF 吗?
I've used animated GIFs in Android pre cupcake however my old code no longer works. To be exact:
Movie.decodeStream
Always returns null... Does anyone have any workarounds/fixes to play animated GIFs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有相关错误报告。看起来目前唯一的选择是将其拆分并手动进行逐帧动画。 文档中有说明,了解如何做这个。
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.