Questions tagged [crashlytics-android]
448 questions
6
votes
2 answers
Crashlytics NDK: No symbols for crashes since update to new sdk
It worked fine until we updated to the new SDK, and now it only shows the last java stack frame on the report. The task uploadCrashlyticsSymbolFileFlavorDebug gets called right after externalNativeBuildFlavorDebug, but no symbols on the reports. I…

BerinHardt
- 145
- 1
- 7
6
votes
0 answers
Firebase Crashlytics: Is it possible to have the crashes from multiple apps combined in one overview?
With Fabric it used to be possible to have multiple apps with the same code base and 'base' package name combined in one crash overview. I can't seem to figure out if this is possible as well with Firebase Crashlytics.
So what I mean is:
I have…

Rik van Velzen
- 1,977
- 1
- 19
- 37
6
votes
2 answers
How to solve crash: Dns.java okhttp3.Dns$1.lookup?
recently I started to receive such crashes. Nothing was updated to have suspenders. Does anybody knows what can cause this issue? Thanks.
com.squareup.retrofit2:retrofit:
retrofitVersion = "2.6.1";
retrofitConverterGsonVersion =…

yozhik
- 4,644
- 14
- 65
- 98
6
votes
4 answers
After Downloading app from google play store getting crashed?
My app is working fine when I build it from android studio. But the app is getting crashed when I download it from play store.
Kindly find the attached crashlytics report in which the error is focused.
Below is my build.gradle file
apply plugin:…

Sunil P
- 3,698
- 3
- 13
- 20
6
votes
2 answers
ERROR: Could not find com.google.gms.google-services:4.2.0
I am trying to add Firebase crashlytics to an existing project (not developed by me). I keep getting the error
ERROR: Could not find com.google.gms.google-services:4.2.0:.
Required by:
project :
Search in build.gradle files
I have gone through…

Skyyy
- 1,539
- 2
- 23
- 60
6
votes
0 answers
Firebase warns about slow response time for settings.crashlytics.com requests
Firebase warns me that 10% of the requests to settings.crashlytics.com for the settings json took more than 2 seconds.
When looking over the OS level I can clearly see the lower the version is the slower the request.
The question is, how can I…

SagiLow
- 5,721
- 9
- 60
- 115
6
votes
6 answers
Cannot install Android APK from Crashlytics Beta
After uploading a new build to Crashlytics Beta, users are not able to install
Here's what's happening:
User receives an email notification with the latest build
Taps "Check it out", which opens Beta by Crashlytics
Clicking "Install Update" results…

tenprint
- 1,123
- 1
- 11
- 29
6
votes
1 answer
Gradle build failing with fabric crashlytics when minify is enabled in Android studio version 3.2 and Gradle version 4.6
Getting the following errors after applying proguard rules:
Could not find method create() for arguments
[crashlyticsStoreDeobsRelease, class
com.crashlytics.tools.gradle.tasks.StoreMappingFileTask,
…

akshat tailang
- 91
- 9
6
votes
1 answer
uploading aab file to Crashlytic Fabric io
Anyone have any idea when Crashlytic or Fabric io will ever support the new android app bundle format aab file? I'm currently updating all my jenkins deployment pipeline to generate aab file rather than apk file.
cheers

Heng Tan
- 91
- 4
6
votes
0 answers
Firebase Crashlytics using Custom Exception Handler to restart the App
Problem: I’m working in a legacy project (it’s a very specific project) that require us to have a Custom Exception Handler that intercept an exception, kills the App before the crash occurs and restart the Application (without the crash dialog…

Marcello Galhardo
- 740
- 6
- 14
6
votes
2 answers
Cannot download Beta by Crashlytics from invitation email
I deployed android app using Beta by Crashlytics and sent invitation to a user, the user opened the invitation in his android device and saw the following message:
"Open the invitation email on your device to begin registering for beta testing"
and…

Tamir
- 625
- 1
- 12
- 27
6
votes
1 answer
Android Fabric crashlytics causing app crash
I am getting a strange crash due to Fabric Crashlytics.
I am using fabric's crashlytics. But When I run app on S5 5.0 API 21, it crashes the whole application.
See the report below:
java.lang.NoClassDefFoundError: Failed resolution of:…

Akshay Sood
- 6,366
- 10
- 36
- 59
6
votes
0 answers
Some Custom logs are not showing in Fabrics Crashlytics
I know this question is asked several times but nowhere, I have not find any suitable answer. Some Custom logs just before crashing is not showing in Fabrics Crashlytics. Is there any straight way to get all logs.I don't want to use that…

aeun
- 39
- 1
- 8
6
votes
1 answer
what's the meaning of @aar with transitive = true
i use crashlytics only as an example.
what's is the difference from
compile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') { transitive = true; }
and
compile 'com.crashlytics.sdk.android:crashlytics:2.6.8'

Alessandro Scarozza
- 4,273
- 6
- 31
- 39
6
votes
2 answers
Export Fabric Answers to Excel
We have Twitter's Answers integrated in our apps.
We have custom events. I need to export somehow all the answers(user metrics) from their website to excel sheet or similar in order to analyze it.

loshkin
- 1,600
- 2
- 21
- 38