I have added the following codes before I actually installed Fabric/Crashlytics:
debug {
ext.enableCrashlytics = false
}
Removing it before the first run with Crashlytics solved the problem. The problem no longer occurs after the first run.
I have added the following codes before I actually installed Fabric/Crashlytics:
debug {
ext.enableCrashlytics = false
}
Removing it before the first run with Crashlytics solved the problem. The problem no longer occurs after the first run.