Error while uploading symbols to Firebase Crashlytics

余生长醉 提交于 2019-12-06 23:47:28

Fabric/Firebaser here -

Version 1.31.1 of the Fabric Gradle plugin has just been released, which should fix the specified for property '$2' does not exist error.

this is Aung Kyaw Myint from blog post.

Firebase is in the middle of migrating for Fabric crashlytics. I've already reported the bugs in the library and documentation. It's being processed.

It also happened to me when I upgraded to latest version. Can you try using these versions:

  1. google-services : 4.2.0
  2. fabric:gradle : 1.31.0
  3. firebase-core: 16.0.9
  4. firebase-crashlytics: 16.0.9

Even when you want Firebase alone, you still need to specify your obj locations which might be varied depending on use case. In my case, it is:

androidNdkOut “build/intermediates/cmake/{flavour}/{buildVariant}/obj”

androidNdkLibsOut “build/intermediates/transforms/mergeJniLibs/{flavour}/{buildVariant}/obj”

Make sure that the obj is inside specified folders.

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