我正在尝试在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)
不知道发生了什么