Error on exported apk - FacebookSDK

℡╲_俬逩灬. 提交于 2019-12-06 14:44:27
pihh

So, it seems that the problem was on the proguard-project.txt.

I totally forgot to add this line:

-keep class com.facebook.** {*;}

Well, here is the answer, proguard can be a pain in the butt so it might help other people that have theyr apk crashing and don't having a clue why.

From now on every library I'll add to my project I'm checking the proguard txt.

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