官方 WhatsApp 贴纸示例应用程序出错

Error in official WhatsApp Stickers example App

我刚找到 this Project 并且很喜欢。嘿。为什么不尝试使用它?

所以。刚刚下载了它(我没有改变任何东西!),打开 Android Studio,运行 它,并面临以下问题。

error: cannot access AnimatedImage class file for com.facebook.imagepipeline.animated.base.AnimatedImage not found

然后我尝试Google这个问题,重新检查,重新尝试,终于到这里了。

你知道如何让这个项目运作吗?

我到达了问题单: https://github.com/WhatsApp/stickers/issues/429#issue-414808090

只需将此库添加到您的构建文件中

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

注意:此库的版本应与构建文件中已存在的其他 fresco 库相同。

根据 GitHub 上的问题已解决。