I updated android-studio to 3.3 and gradle to 4.10.1. But before run my old application I got this error:
org.gradle.api.UncheckedIOException: Failed to capture fingerprint of input files for task ':app:javaPreCompileProductionDebug' property 'annotationProcessorConfiguration' during up-to-date check
It says the problem is from my fingerprint functionality. I have this:
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
in my manifest that has deprecated and I don't know how to solve this problem.
Is it a bug? or it's my mistake or something?
I don't know why, but after cleaning project and rebuild it, the problem solved :|