- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我在尝试使用 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/
我正在使用 Firebase 在我的应用程序中添加登录/注册。它运行良好,但现在我想检查用户在打开应用程序时是否已经注册并登录,如果是这样,则向他显示主页,否则向他显示登录页面。所以我做了一些搜索,主
我使用 flutter 。我想仅在 2020 年 4 月 26 日这一周将 Firebase 中的 CH 值更新为 false。什么时候有办法? 失败的 Ex.cord: _firestore.col
我来寻求您对我的申请中遇到的问题的帮助。 问题是这样的:新闻源上的帖子位于此捕获中的此帖子 -> [postid] 位置下的数据库中 ,当用户保存帖子时,它在数据库中的存储方式如下:用户 -> [us
我是一名优秀的程序员,十分优秀!