Robert Konarskis

Results 17 comments of Robert Konarskis

Could you please show your `androidAnalyzer { .. }` block? Didn't see this happen before. Perhaps you are importing Jacoco yourself, that's causing double indexing?

I have a feeling you are trying to execute `androidAnalyzer` on a test config. Could you try running the following command: `./gradlew {module}:androidAnalyzer`, where `{module}` = your target module name...

Thanks for submitting an issue. Since you are getting the same kind of bugs when using Sonarqube directly, looks like it is not related to the plugin. I have a...

Thanks for your comment. Could you please tell me your Java version? Type the following in the terminal: `java -version`. Thanks and looking forward to helping you.

@mhelder thank you for an explanation and a workaround. I will check if it is possible to declare the dependency on jaxb within the plugin and keep you guys posted...

Interesting. 1. Double-check your `packageName` argument, maybe it is different from your app id. 2. If you are using Robolectic, make sure to add `android.enableUnitTestBinaryResources=true` to your `gradle.properties` file. 3....

Based on everything you provided, the coverage **should** be there. Since the correct gets generated, my assumption is that the report is not sent to Sonarqube. This can potentially mean...