小编Bra*_*rad的帖子

在最新检查期间无法捕获任务':checkDevClasspath'属性'compileClasspath'的输入文件的指纹

我正在尝试在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)
Run Code Online (Sandbox Code Playgroud)

不知道发生了什么

java android gradle android-studio android-gradle-plugin

5
推荐指数
1
解决办法
1968
查看次数