Android SonarQube - Error:

Task :app:compileDebugJavaWithJavac FAILED
Gradle may disable incremental compilation as the following annotation processors are not incremental: butterknife-compiler-8.8.1.jar (com.jakewharton:butterknife-compiler:8.8.1).
Consider setting the experimental feature flag android.enableSeparateAnnotationProcessing=true in the gradle.properties file to run annotation processing in a separate task and make compilation incremental.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:app:compileDebugJavaWithJavac’.

javax/xml/bind/JAXBException

Hey there!

Nothing in what you’ve posted screams “SonarQube” to me. :slight_smile: What leads you to think SonarQube is causing the issue? Is there more verbose logging available?

Colin