解决:

build.gradle里加入:

android {
testOptions {
unitTests.returnDefaultValues = true
}
}