Findbugs Idea - Classnotfoundexception Com.Google.Wireless.Android.Sdk.Stats.Intellijindexingstats

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

I think this may be the answer.

SpotBugs is the spiritual successor of FindBugs, carrying on from the point where it left off with support of its community.

The FindBugs Plugin

Since FindBugs is unmaintained and does not support bytecode compiled for Java 9 and above, the FindBugs plugin has been deprecated and is scheduled to be removed in Gradle 6.0. Please consider using the SpotBugs plugin instead.

You should have at least 512 MB of memory to use SpotBugs. To analyze very large projects, more memory may be needed.

Very important issue Unable to use Spotbugs in Android application.

Can't build android app due to ClassNotFoundException

There is a related issue logged in IDEA project.

While this bug is specific to Android Studio as it's using the modified version of MapReduceIndex, the workaround suggested in the comments should help.

Add the following in Help | Edit Custom VM Options:

-Dcompiler.ref.index=false

Restart the IDE.



Related Topics



Leave a reply



Submit