Error in official WhatsApp Stickers example App

╄→гoц情女王★ 提交于 2020-01-05 13:54:59

问题


I just found this Project and was like. hey. why not trying to use it?

So. just downloaded it (i did NOT change anything!), opened Android Studio, ran it, and faced following.

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

Then I tried to Google the issue, re-checked it, re-tried it, and finally end up here.

Do you have any idea on how to get this project working?

I reached in an issue-ticket: https://github.com/WhatsApp/stickers/issues/429#issue-414808090


回答1:


just add this library in your build file

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

Note: The version of this library should be equal to other fresco libraries already present in your build file.



来源:https://stackoverflow.com/questions/54834307/error-in-official-whatsapp-stickers-example-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!