gradle - Jacoco coverage doesn't work with latest android plugin -


im getting below error after updating gradle android plugin.

execution failed task ':app:jacocotestreport'.

unable read execution data file app/build/outputs/code-coverage/connected/coverage.ec

jacoco version = "0.7.6.201602180812"

android plugin version: 'com.android.tools.build:gradle:2.1.0'

is there problem latest plugin?

try changing version toolversion = "0.7.4+". worked me.


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -