Crashlytics Error:(11, 0) Plugin with id 'io.fabric' not found compile lib

前端 未结 6 1257
野的像风
野的像风 2020-12-28 17:36

I am getting the error,

Error:(11, 0) Plugin with id \'io.fabric\' not found

when trying to run crashlytics on my project.

6条回答
  •  情歌与酒
    2020-12-28 18:11

    I ended up creating an empty project and using the plugin on it and then I compared the gradle file and realized that this was not being added

    dependencies {
        classpath 'io.fabric.tools:gradle:1.+'
    }
    

提交回复
热议问题