I\'ve been having an issue and I don\'t know how to fix it.
My project use crashlytics, but it\'s always crash and not sent report. I have a TimeoutException:
<
Okay. Right after apply plugin section of your build.gradle put the ext solution
apply plugin: 'io.fabric'
apply plugin: 'com.google.gms.google-services'
ext {
enableCrashlytics = true
}
android { }
!Then do Invalidate cache and restart.
Also make sure you have implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'