FindBugs IDEA - ClassNotFoundException com.google.wireless.android.sdk.stats.IntellijIndexingStats

前端 未结 9 956
抹茶落季
抹茶落季 2020-11-30 02:58

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         


        
9条回答
  •  北海茫月
    2020-11-30 03:17

    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

提交回复
热议问题