Gradle build error cannot resolve io.fabric Gradle build error cannot resolve io.fabric android android

Gradle build error cannot resolve io.fabric


For me it worked just File->Invalidate Cache/Restart, so do Invalidate and Restart.


I just updated the crashlytics:2.5.5@aar to crashlytics:2.6.4@aar. It works of me.

dependencies {        compile('com.crashlytics.sdk.android:crashlytics:2.6.4@aar') {            transitive = true;        }    }

Check the latest code : https://fabric.io/kits/android/crashlytics/install


I had the same issue, my problem was that I was offline. I realised looking at the error message:

Could not GET 'https://maven.fabric.io/public/io/fabric/tools/gradle/maven-metadata.xml'.maven.fabric.io: unknown error

So going online, cleaning, build, run... worked for me.