Closed cga2351 closed 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
solved by add auxiliaryClasspath to set the classes path to the "${project.buildDir.path}/intermediates/javac/debug/classes"
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