我使用下面的网址集成了firebase crashlytics,它运行正常。 https://firebase.google.com/docs/crashlytics/get-started?authuser=0
然后我从其他开发人员那里做了git pull并开始构建项目并得到以下错误:
错误:org.gradle.api.GradleException:Crashlytics Developer Tools错误。 错误:com.crashlytics.tools.android.exception.PluginException:Crashlytics Developer Tools错误。 错误:java.lang.IllegalArgumentException:Crashlytics发现API密钥无效:null。
答案 0 :(得分:0)
我已在build.gradle
的末尾添加了这一行
apply plugin: 'com.google.gms.google-services'
Firebase Crashlytics需要在您的构建脚本中使用Google services Gradle插件(com.google.gms:google-services)才能在构建时处理google-services.json文件。但是,Crashlytics可以在没有Google Play服务的设备上运行。
答案 1 :(得分:-3)
首先,您必须将firebase作为https://firebase.google.com/docs/android/setup?authuser=0
添加到项目中