Search code examples
android-studiogradlecrashlyticsgoogle-fabric

crashlytics (fabric) Android Studio plugin broken in release 1.24.0


I'm keep getting:

Error:Could not determine the dependencies of task ':main:crashlyticsStoreDeobsDebug'.
Task with path 'dexDebug' not found in project ':main'.

gradle include:

classpath 'io.fabric.tools:gradle:1+'

Solution

  • Matt from the Fabric team here! This error would occur when using Proguard with debug builds and Instant Run with the Android plugin for Gradle version 2.3.3 and the Fabric plugin version 1.24.0.

    Today we released version 1.24.1 of the Fabric plugin which fixes this issue.