Top "Crashlytics" questions

a mobile service for building crash reporting for iOS and Android, part of Firebase

Could not determine the dependencies of task ':app:crashlyticsStoreDeobsDebug' if I enable the proguard

I get following error when I was running an app within Android Studio 2. Gradle tasks [:app:assembleDebug] Could not determine …

android proguard crashlytics
How to disable Crashlytics during development

Is there any simple way to turn Crashlytics Android SDK off while developing ? I don't want it to send a …

android crashlytics twitter-fabric
What does transitive = true in Gradle exactly do (w.r.t. crashlytics)?

What does Gradle transitive = true do exactly? It is not clear from the Gradle documentation. This is in the context …

java android gradle build.gradle crashlytics
Make sure your project build settings are generating a dSYM file. DEBUG_INFORMATION_FORMAT should be set to dwarf-with-dsym for all configurations

I've recently started getting this error: 2015-03-23 11:35:48.902 run[60036:1047011] Crashlytics.framework/run 1.3.14 2015-03-23 11:35:48.911 run[60036:1047011] Crashlytics: dSYM Error Unable to …

xcode debugging crashlytics twitter-fabric
Crashlytics is not sending Crash report from iPhone

I've setup the Crashlytics in my one iOS application and installed the application on a real device. My Crashlytics Dashboard …

ios crash crash-reports crashlytics
Firebase Crashlytics: Upload missing dSYMs to see crashes from 1 versions.(iOS)

Error Message: Upload missing dSYMs to see crashes from 1 versions. Versions affected: 1.0 (1) I am trying to implement Firebase Crashlytics in …

ios firebase crashlytics deobfuscation
Error:Gradle: Execution failed for task ':app:crashlyticsCleanupResourcesDebug'. > Crashlytics Developer Tools error

I have this mainActivity public class MainActivity extends RoboFragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Crashlytics.start(…

android android-gradle-plugin crashlytics
Crashlytics found an invalid API key - AndroidStudio build

I saw all other questions, but none of accepted answers is working for me. By following integration steps found here …

android android-studio crashlytics
Could not resolve io.fabric.tools:gradle:1.+

I'm having an issue with building my project. First time build. I'm behind a proxy and all other dependencies downloaded …

android gradle crashlytics twitter-fabric
Crashlytics in iOS won't proceed past "Build Your Project" in Fabric app

I'm installing Crashlytics for my iOS app. I downloaded it via their site link, and went through all the steps …

ios xcode crashlytics twitter-fabric