无法捕获任务“:app:javaPreCompileProductionDebug”的输入文件的指纹

Failed to capture fingerprint of input files for task ':app:javaPreCompileProductionDebug'

我将 android-studio 更新为 3.3,将 gradle 更新为 4.10.1。但是在 运行 我的旧应用程序之前我得到了这个错误:

org.gradle.api.UncheckedIOException: Failed to capture fingerprint of input files for task ':app:javaPreCompileProductionDebug' property 'annotationProcessorConfiguration' during up-to-date check

它说问题出在我的指纹功能上。我有这个:

<uses-permission android:name="android.permission.USE_FINGERPRINT" />

在我的清单中已弃用,我不知道如何解决这个问题。

这是一个错误吗?或者这是我的错误还是什么?

我不知道为什么,但是在清理项目并重建它之后,问题就解决了:|