Android Studio JaCoCo reports 0% coverage
问题 I use this build.gradle file: apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "22.0.1" defaultConfig { applicationId "name" minSdkVersion 21 targetSdkVersion 23 versionCode 1 versionName "1.0" } buildTypes { debug { testCoverageEnabled = true } release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } testOptions { unitTests.returnDefaultValues = true } } dependencies { compile fileTree(dir: