stevesaliman / gradle-cobertura-plugin

Gradle Cobertura Plugin
118 stars 50 forks source link

can't generate report on android studio with higher android gradle tool version #173

Closed cga2351 closed 3 years ago

cga2351 commented 3 years ago

when I use following config, it is OK, cobertura can gen reports successfully:

but when I update the android gradle tools version to 3.2.1 or higher, the cobertura task runs successfully,but it can't generate any reports

thanks

cga2351 commented 3 years ago

solved by add auxiliaryClasspath to set the classes path to the "${project.buildDir.path}/intermediates/javac/debug/classes"