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

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

    This solution is based on the assumption that You use Android Studio for Flutter and Android both. Each time I close Flutter project and open up Android project I need to configure android Sdk else it gives me this error:

    Error:Internal error: (java.lang.ClassNotFoundException) 
    com.google.wireless.android.sdk.stats.IntellijIndexingStats$Index
    

    Simply go to the LogCat and Click on the "Please configure Android SDK" and select the latest Build Tools Version 28.0.3 I guess( or whatever is your latest build version) from the dropdown.

提交回复
热议问题