com.airbnb.lottie.manager.ImageAssetManager.bitmapForIdImageAssetManager.java:101

问题描述

我在我的应用程序中使用了Lottie文件,它运行良好,但是在某些设备(Sumsung和LG)上崩溃了 我的崩溃分析报告如下错误:

com.airbnb.lottie.manager.ImageAssetManager.bitmapForId (ImageAssetManager.java:101)
com.airbnb.lottie.LottieDrawable.getImageAsset (LottieDrawable.java:1040)
com.airbnb.lottie.model.layer.ImageLayer.getBitmap (ImageLayer.java:63)
com.airbnb.lottie.model.layer.ImageLayer.drawLayer (ImageLayer.java:33)
com.airbnb.lottie.model.layer.BaseLayer.draw (BaseLayer.java:222)
com.airbnb.lottie.model.layer.CompositionLayer.drawLayer (CompositionLayer.java:113)
com.airbnb.lottie.model.layer.BaseLayer.draw (BaseLayer.java:222)
com.airbnb.lottie.LottieDrawable.drawWithOriginalAspectRatio (LottieDrawable.java:1224)
com.airbnb.lottie.LottieDrawable.drawInternal (LottieDrawable.java:380)
com.airbnb.lottie.LottieDrawable.draw (LottieDrawable.java:370)

我们如何解决此问题?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...