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

前端 未结 6 1268
野的像风
野的像风 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 17:54

    I have faced this issue while working with Android + Cordova + Angularjs Hybrid project.

    apply plugin: 'io.fabric'
    

    By commenting this line at the path /app/build.gradle solved the issue.

    Hope it helps someone!!

提交回复
热议问题