Android Jenkins build fails with crashlytics

前端 未结 4 1007
南笙
南笙 2021-01-05 14:09

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 \'Crashly

4条回答
  •  长发绾君心
    2021-01-05 14:34

    Create directory /Users/Shared/Jenkins/Home/Library/Caches

    If you run ./gradlew clean --stacktrace from the job workspace /Users/Shared/Jenkins/Home/jobs//workspace you get the following stacktrace

    Caused by: java.lang.RuntimeException: Crashlytics data directory at >/Users/Shared/Jenkins/Home/Library/Caches/com.crashlytics could not be created. at com.crashlytics.tools.android.DeveloperTools.(DeveloperTools.java:116) ... 53 more

提交回复
热议问题