我收到了错误
错误:无法访问AnimatedImage
未找到com.facebook.imagepipeline.animated.base.AnimatedImage的类文件
试图纯粹从源头上运行https://github.com/WhatsApp/stickers/tree/master/Android。检查构建输出后,我看到the following。
我找不到任何提及com.facebook.imagepipeline.animated.base.AnimatedImage的内容,也找不到有什么问题。
编辑:我实际上设法解决了这个问题。我正在运行一个不匹配的Android API版本到我连接的Android设备。
再添加一个依赖项
implementation 'com.facebook.fresco:animated-base:1.13.0'
然后它工作得很好