Build error after migrating from Crashlytics SDK to Fabric

时光毁灭记忆、已成空白 提交于 2019-12-01 15:50:32

It turns out that the old Crashlytics JAR was still hiding in my libs folder somehow, and after removing it, this error no longer persists.

I feel a little boneheaded, but I'll leave this up to help any future Googlers who run into the same issue. :)

I found exactly what @TreKing mentioned in his comment. The upgrade/migration failed to remove the previous dependency from my app/build.gradle file. Look for an old entry like compile 'com.crashlytics.android:crashlytics:1.1.13' and remove it.

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