Reputation: 35
I am following this tutorial for Crashlytics in android studio.
But I am unable to get Plugins for Crashlytics Tools for Android studio
.see this image posted in that tutorial.But i cant find this.
My only problem is,I dont have plugins in my android studio for crashlytics tool.Where to get that.I am using updated android studio 1.2.1.1.
Anyone can help me with this.Thank you
Upvotes: 1
Views: 1427
Reputation: 933
I got the same error today when missed to put into app level build.gradle
apply plugin: 'com.google.gms.google-services'
at the bottom
Upvotes: 0
Reputation: 25050
You might follow the wrong tutorial.
The official download and setting instruction page is as below
https://fabric.io/downloads/android-studio
The page will give you zip file immediately. Once you download it, then import zip file at the Settings > Plugins > Install plugin from disk... menu. Note that you don't have to unzip it.
Upvotes: 2