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

前端 未结 9 952
抹茶落季
抹茶落季 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:32

    To Solve this problem in Android Studio go to:

    File
    -> Settings
    -> Build, Execution, Deployment
    -> Compiler -> Java Compiler

    Change javac to eclipse, and apply.

提交回复
热议问题