Questions tagged [crashlytics-android]
448 questions
84
votes
0 answers
SecurityException Permission Denial: opening provider com.google.android.gms.phenotype.provider.ConfigurationProvider
After integrating Firebase Crashlytics instead of Firebase Crash Reporting I have begun to get some crashes.
I don't know anything about com.google.android.gms.phenotype.provider.ConfigurationProvider. What is it? And it appears on some devices…

Maxim Yudin
- 1,631
- 13
- 13
78
votes
6 answers
Type 'UploadMappingFileTask' property 'googleServicesResourceRoot' doesn't have a configured value
After updating the classpath I can no longer build a release version of the app.
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':app:uploadCrashlyticsMappingFileRelease' (type…

Bitwise DEVS
- 2,858
- 4
- 24
- 67
77
votes
2 answers
ERROR: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask()
I am getting the following error while trying to build my project on Android Studio:
ERROR: No signature of method:
com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask()
is applicable for argument types:…

M. Arabi Hasan Sakib
- 2,626
- 2
- 13
- 20
66
votes
5 answers
Firebase Crashlytics custom log does not appear in the console
I've been testing Firebase Crashlytics and even though the normal crash report works right I can't success trying to generate a custom as it says the documentation.
Crashlytics.log(msg);
I also would like to know wether setting the user identifier…

strok_777
- 1,132
- 1
- 9
- 27
64
votes
9 answers
Firebase Crashlytics - java.lang.IllegalStateException: The Crashlytics build ID is missing
As per new version of Firebase Crashlytics added in Our App and application stopped at launch time.
java.lang.RuntimeException: Unable to get provider com.google.firebase.provider.FirebaseInitProvider: java.lang.IllegalStateException: The…

Pratik Dodiya
- 2,337
- 1
- 19
- 12
44
votes
11 answers
Task :app:uploadCrashlyticsMappingFileRelease FAILED Expected file collection to contain exactly one file, however, it contains no files
I have implemented Firebase crashlytics as suggested. I have put this in my app level release build variant:
firebaseCrashlytics
{
mappingFileUploadEnabled true
}
but when I start to build signed apk I am always getting this error
Task…

Reyjohn
- 2,654
- 9
- 37
- 63
44
votes
7 answers
Fabric's Crashlytics with Firebase can't be disabled for DEBUG builds
I have an app that utilises Fabric's Crashlytics via Firebase.
The following is the first thing executed in my Applications onCreate
CrashlyticsCore crashlyticsCore = new CrashlyticsCore.Builder()
.disabled(BuildConfig.DEBUG)
…

peshkira
- 6,069
- 1
- 33
- 46
44
votes
4 answers
Log Non-fatal errors on Crashlytics
On iOS it's possible to use recordError(error) to log non-fatal errors on Crashlytics but apparently this feature is not available for Android.
The only alternative I found is to use logException(e).
I manage errors on my app and I want to log when…

Eselfar
- 3,759
- 3
- 23
- 43
34
votes
1 answer
Could not find io.fabric.tools:gradle
I'm following official instructions of fabric
https://www.fabric.io/kits/android/crashlytics/install
This is my gradle.build file
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'io.fabric'
buildscript…

Jemo Mgebrishvili
- 5,187
- 7
- 38
- 63
26
votes
8 answers
App crashes when i apply crashlytics on it
App crashes when i apply crashlytics on it
FATAL EXCEPTION: main
Process: com.ehs.pk, PID: 20963
java.lang.RuntimeException: Unable to get provider com.crashlytics.android.CrashlyticsInitProvider: java.lang.ClassNotFoundException: Didn't find…

Amir Jehangir
- 285
- 1
- 3
- 7
21
votes
4 answers
Fabric.io: new app does not show up in the dashboard
For some reason we needed to change the package-id of our existing android application. We already use Fabric for Crashlytics.
I'm trying to bring that new app up in the Fabric dashboard, but it's not showing there, despite the device log showing…

svzi
- 211
- 1
- 2
- 5
20
votes
2 answers
How to search a crash in Firebase Crashlytics?
I've migrated the application from "Fabric Crashlytics" to "Firebase Crashlytics" and successfully tested if the new crashes arrive.
But unfortunately, I don't see an option to search for an issue.
I see an option to "Search by user" but if I want…

Danylo Volokh
- 4,149
- 2
- 33
- 40
20
votes
3 answers
Crashlytics' stacktraces show file name as Unknown Source while Dexguard is enabled
I've got a problem with my crash reports from Fabric Crashlytics when I enable Dexguard in my project.
I enabled Dexguard in my project and it works pretty well.
Then I followed the instructions in this this page and added the mentioned…

Amin
- 1,034
- 10
- 17
20
votes
0 answers
SecurityException: Calling from not trusted UID
I get below error in my Crashlytics account, and try to find solution of this error, but didn't get any success.
Fatal Exception: java.lang.SecurityException: Calling from not trusted UID!
at…

Lokesh
- 3,247
- 2
- 33
- 62
18
votes
3 answers
Could not find com.google.firebase:firebase-crashlytics-gradle:17.0.0-beta01
I was trying to implement the new Firebase-Crashlytics SDK. After going through the document, I got the following error.
Could not find com.google.firebase:firebase-crashlytics-gradle:17.0.0-beta01.

Janarthanan
- 1,651
- 3
- 12
- 15