Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to apply plugin [id 'io.fabric']

I use fabric.io plugin for my Android project.

classpath 'io.fabric.tools:gradle:1.14.4'

Last time I tried to set up the project on Jenkins but when executing

gradle clean build

I get:

Failed to apply plugin ['io.fabric']
> Could not create plugin of type 'CrashlyticsPlugin'.

When the plugin is at the beginning of build.gradle file:

apply plugin: 'io.fabric'

I also get:

IllegalArgumentException: android.compileSdkVersion is missing!

And the error above. What is wrong with fabric plugin?

like image 365
Adam Styrc Avatar asked Nov 01 '22 08:11

Adam Styrc


1 Answers

i am phase same problem and at last finding solution with this link Integration Twitter In Android Studio Application...

1> Download FabricAndroidStudioPlugin

2> Plugin into studio step-by-step

3> Sign in to application inside studio and install a kit which you want to integrate

There are three available Kit :

    1> Crashlytics: light Weight & powerful crash-reporting
    2> Twitter: integrate login with twitter and E.T.C
    3> MoPub: monetize your application with Add platform

Android Studio Version: 1.1.0

like image 175
Dhruv Raval Avatar answered Nov 15 '22 05:11

Dhruv Raval