Fabric crashlytics新实现无法正常工作fabric.properties

时间:2019-07-16 05:03:08

标签: android google-fabric crashlytics-android

apiSecretapiKey放入fabric.properties文件中的实现不再起作用。

结构属性文件:app / fabric.properties

apiSecret=xx68f6074dxxxxxc11dxxx97c172e8ebf0
apiKey=xxxe76c4xxxx97e8cxxxx0135e9d46f5a2xxx

添加到.gitignore(用于开源项目)

删除AndroidManifest.xml上的条目:

<meta-data
    android:name="io.fabric.ApiKey"
    android:value="xxx6c41xxx6ec601xxxd4xxxa2" />

官方文档:https://docs.fabric.io/android/fabric/settings/working-in-teams.html#android-projects

是否再知道发生了什么变化或为什么它不再起作用?

1 个答案:

答案 0 :(得分:0)

Fabric Gradle插件的版本1.31.0(2019年7月24日)似乎已修复(至少对我而言)。

classpath 'io.fabric.tools:gradle:1.31.0'

现在,在构建应用程序捆绑包时,AndroidManifest.xml文件包含io.fabric.ApiKey元数据元素。

https://docs.fabric.io/android/changelog.html#july-24-2019