Android Jenkins build fails with crashlytics
Everytime I try to build using Jenkins I get the following error Failed to apply plugin [id 'io.fabric'] Could not create plugin of type 'CrashlyticsPlugin'. Removing Crashlytics from Gradle fixes this issue Shubham Chaudhary These are the final commands that you need to follow: sudo mkdir -p /Users/Shared/Jenkins/Library/Caches/com.crashlytics sudo chown -R jenkins:jenkins /Users/Shared/Jenkins/Library Here is the relavant debug log for this case: 13:33:45.133 [ERROR] [org.gradle.BuildExceptionReporter] at com.crashlytics.tools.gradle.CrashlyticsPlugin.<clinit>(CrashlyticsPlugin.groovy:13) 13