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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -