I am getting the error,
Error:(11, 0) Plugin with id \'io.fabric\' not found
when trying to run crashlytics on my project.
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!!