Questions tagged [crashlytics-android]
448 questions
0
votes
1 answer
Crashlytics - Unable to get crash reports when the app crashes while not connected to android studio
I'm using crashytics from Fabric.io in my app.
Here's how I have initialised it in my MainActivity.java at the very last of onCreate() method:
Fabric.with(this, new Crashlytics());
Here's build.gradle (Project: abc) file:
// Top-level build file…

Hammad Nasir
- 2,889
- 7
- 52
- 133
0
votes
1 answer
Getting the crash in this library "com.crashlytics.sdk.android:crashlytics:2.6.5@aar" library in android studio gradle
I have added the above crashlytics library in the AndroidStudio project, but its getting the below error
FATAL EXCEPTION: main
Process:…

venugopal
- 15
- 6
0
votes
0 answers
Fabric 'Answers' not getting picked up in android app
I have 3rd version of app in playstore for which answers and crashlytics are enabled and they are working fine.
I have just updated my app with 2.0.4 for which answers and crashlytics are shown in dashboard for my debug build
But for my production…

Manikanta
- 3,421
- 4
- 30
- 51
0
votes
0 answers
Crashlytics error during build-Crashlytics could not parse the resource files
Crashlytics error during build-Crashlytics could not parse the resource files
Error:Content is not allowed in prolog.
WARN - Crashlytics could not parse the resources file found at…
0
votes
1 answer
How to reinitialize Crashlytics after a while?
I want to use Crashlytics. I initialize Crashlytics in the onCreate function from my main activity and everything works well.
The problem starts if the app is not active for a while and I want to jump into the app from a status bar notification. I…

Peter
- 9
- 2
0
votes
1 answer
How do I add Crashlytics to AIDE?
I use AIDE while on the go. On Android Studio I added Crashlytics to my project but upon moving it over to AIDE,it doesn't seem to recognize Crashlytics. Specifically, this line is specified as an unknown dependant according to compile…

c0dezer019
- 188
- 2
- 12
0
votes
1 answer
SQLCipher and Fabric/Crashlytics issue in Android Studio
I have an android studio project using SQLCipher, no issues, but when I integrated the Fabric SDK and Crashlytic it is now crashing on Run with an Unsatisfied linker error when I load the libs for SQLCipher because it can't find the…

nserror
- 727
- 8
- 19
-1
votes
1 answer
Crash when opening Android window after using Unity ScrollRect component
java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Version '2020.3.14f1 (d0d1bb862f9d)', Build type 'Release', Scripting Backend 'mono', CPU 'armeabi-v7a'
Build fingerprint:…

Erik Fu
- 11
- 1
-1
votes
1 answer
Use Ereza/CustomActivityOnCrash with Fabric crashlytics
I use CustomActivityOnCrash made by ereza and Google's Fabric.
I am going through one issue that is not classified by class, because I reported in MyCrashActivity.
For reference, the Exception.printStackTrace() in the crash area is received as an…

kyeonghwan
- 424
- 3
- 7
- 21
-1
votes
1 answer
Not getting crashlytics crash report in Xamarin Android
I have integrated 'Carshlytics' in a 'Xamarin-Android' project, I followed all steps given here but its not giving crash reports. I have configured same account with native Android and I got this working but it's not working with…

Ashish Tiwari
- 2,168
- 4
- 30
- 54
-1
votes
1 answer
Gardle fails to build on sync
I am trying below tutorial to make my api key secure
http://www.techjini.com/blog/securing-api-key-and-secret-key-in-android/
But when I click on "sync now", I get below error
Error:org.gradle.api.GradleException: Crashlytics Developer Tools…

VVB
- 7,363
- 7
- 49
- 83
-1
votes
1 answer
Fabric Correct initialization as my app won't be shown in fabric io dashboard
I managed to use both Answer and Crashlytic together. i did it before just with CrashLytic.
But for my new app i can't initialize that again.
I see logs which shows everything is alright.
but my app is not in dashboard.
I used this code as one of…

Omid Heshmatinia
- 5,089
- 2
- 35
- 50
-2
votes
1 answer
How to keep secure the fabric api key in android?
I am using this example but still i need to write my fabric API key in AndroidManifest.xml..
https://github.com/plastiv/CrashlyticsDemo/

user8073310
- 1
- 2