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

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

    For what it's worth i got this exact error by importing a project started with IntelliJ Pro and imported into Android Studio - deleting the .idea directory at the root of the project and re-importing the project with Android Studio cleared it.

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题