Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to find byte code for android/hardware/fingerprint/FingerprintManager$AuthenticationCallback

Tags:

android

I get the following error while trying to run my app from Android Studio:

Failed to find byte code for android/hardware/fingerprint/FingerprintManager$AuthenticationCallback

Error occurred after updating buildToolsVersion to '27.0.3'.
Android Gradle plugin version 3.1.1, Gradle version 4.4.

How I can fix this?

like image 663
Dima Siryk Avatar asked Apr 19 '18 08:04

Dima Siryk


1 Answers

Ah the instant run bug raises it's head again.

To disable Instant Run just uncheck the tick box (see SO answer).

This is Google issue 72811718 a bug in AS 3.1+

like image 113
Jon Goodwin Avatar answered Nov 01 '22 06:11

Jon Goodwin