Fabric Crash At Startup
My app crashed at this line inside onCreate() function Fabric.with(this, new Crashlytics()); The device is SAMSUNG SM-G313 HZ, running 4.4.2 I've reported to their Twitter dev fo
Solution 1:
It may be a conflict with third-party libraries, I had a similar crash when using Retrofit2, because Fabric uses an older version of Retrofit.
Solution 2:
It may be that you are using the retrofit 2.0 beta?
Twitter currently uses retrofit 1.8 and won't update until the final release of retrofit 2.0
Discussion that will hopefully be updated when it's fixed can be found here: https://twittercommunity.com/t/java-lang-verifyerror/53974
Post a Comment for "Fabric Crash At Startup"