错误:找不到com.facebook.imagepipeline.animated.base.AnimatedImage的AnimatedImage类文件

Guy*_*wig 5 java android intellij-idea

我遇到错误

错误:无法访问AnimatedImage

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

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

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

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

Sac*_*hin 14

再增加一个依赖

implementation 'com.facebook.fresco:animated-base:1.13.0'
Run Code Online (Sandbox Code Playgroud)

然后就可以了