FindBugs IDEA v1.0.1 Android Studio 3.4
I get this error when running FindBugs. I don\'t use com.google.wireless.android.sdk anywhere in the app.
Err
I faced similar error with JDK 1.8. The error was caused by a missing keystore file. Try generating new keystore using a keytool from JDK 12. This worked for me.
Also add some dependencies and maven repositories according to yout gradle version may be also need to AndroidAnnotations version:
4.3.1
Android compile SDK version:
25