Build error after migrating from Crashlytics SDK to Fabric

前端 未结 2 737
鱼传尺愫
鱼传尺愫 2021-01-17 19:09

Recently, we\'ve upgraded our organization\'s Crashlytics account to Fabric, and I\'m trying to replace the old Crashlytics SDK with the new Fabric SDK in our existing apps.

相关标签:
2条回答
  • 2021-01-17 19:27

    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. :)

    0 讨论(0)
  • 2021-01-17 19:40

    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.

    0 讨论(0)
提交回复
热议问题