【发布时间】:2019-06-04 17:34:31
【问题描述】:
我正在尝试在 Android Studio 中升级到 gradle 3.2.1,但 gradle 构建失败并出现以下错误。
FAILURE: Build failed with an exception.
* What went wrong:
Failed to capture the fingerprint of input files for task ':checkDevDebugClasspath' property 'compileClasspath' during the up-to-date check.
> 1
* Try:
Run with --scan to get full insights.
* Exception is:
org.gradle.api.UncheckedIOException: Failed to capture fingerprint of input files for task ':checkDevDebugClasspath' property 'compileClasspath' during up-to-date check.
at org.gradle.api.internal.changedetection.state.CacheBackedTaskHistoryRepository.fingerprintTaskFiles(CacheBackedTaskHistoryRepository.java:360)
at org.gradle.api.internal.changedetection.state.CacheBackedTaskHistoryRepository.createExecution(CacheBackedTaskHistoryRepository.java:163)
不知道发生了什么
【问题讨论】:
-
尝试连续运行几次。它对我有用
标签: java android android-studio gradle android-gradle-plugin