首页 > 解决方案 > 错误:无法访问 com.facebook.imagepipeline.animated.base.AnimatedImage 的 AnimatedImage 类文件未找到

问题描述

我收到错误

错误:无法访问 AnimatedImage

com.facebook.imagepipeline.animated.base.AnimatedImage 的类文件未找到

在尝试纯粹从源代码运行https://github.com/WhatsApp/stickers/tree/master/Android时。检查构建输出后,我看到 以下内容

我找不到任何提及 com.facebook.imagepipeline.animated.base.AnimatedImage 的内容,也无法找到问题所在。

编辑:我实际上设法解决了这个问题。我正在运行与我连接的 Android 设备不匹配的 Android API 版本。

标签: javaandroidintellij-idea

解决方案


再添加一个依赖

implementation 'com.facebook.fresco:animated-base:1.13.0'

然后它工作得很好


推荐阅读