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
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.
To Solve this problem in Android Studio go to:
File
-> Settings
-> Build, Execution, Deployment
-> Compiler
-> Java Compiler
Change javac
to eclipse
, and apply.
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.