在对应的build.gradle文件中的android{}添加
testOptions { unitTests.returnDefaultValues = true }
testOptions {
unitTests.returnDefaultValues = true
}