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
Post a Comment