gpt4 book ai didi

android - 火力地堡崩溃 : Failed to initialize crash reporting

转载 作者:太空狗 更新时间:2023-10-29 14:46:46 26 4
gpt4 key购买 nike

我在尝试使用 Firebase 崩溃报告时在我的 logcat 中遇到以下错误:

FirebaseCrash: Failed to initialize crash reporting

FirebaseCrash: com.google.firebase.crash.internal.zzg$zza: com.google.android.gms.internal.zzsb$zza: No acceptable module found. Local version is 0 and remote version is 0.

我在模块应用程序项目和构建 gradle 中添加了以下内容:

   classpath 'com.google.gms:google-services:3.0.0'
compile 'com.google.firebase:firebase-core:9.4.0'
compile 'com.google.firebase:firebase-ads:9.4.0'
compile 'com.google.firebase:firebase-crash:9.4.0`

apply plugin: 'com.google.gms.google-services'

并在应用程序文件夹中添加了 google-services.json

我让 Firebase Analytics 在 24 小时后开始工作,这是首次更新的时间限制。为了得到第一个错误,我在 MainCctivity 中添加了。

FirebaseCrash.report(new Exception("My first Android non-fatal error"));

我使用的 Google Play 服务是我的模拟器(Nexus Api 23,Android 版本 6.0)中的版本 9.4.52(238-127739847)。错误仍然显示在 logcat 中,我怎样才能使崩溃报告正常工作?

最佳答案

这里的底线是 Firebase 崩溃报告仅适用于具有 Google Play 服务的设备,并且其版本需要匹配或超过 Firebase 客户端库版本。

如果您在模拟器中运行,则需要使用安装了 Play 服务的图像。

关于android - 火力地堡崩溃 : Failed to initialize crash reporting,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39324712/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com