我使用gradle和我的android项目。 sdk版本是24但是23我有同样的问题。我把
testCompile 'org.mockito:mockito-core:1.10.19'
jcenter()
与之相关的进口未得到解决。但AndroidJUnit4已解决
[看到问题点击这里] [1] (有或没有静态,它不会改变)
谢谢
答案 0 :(得分:0)
使用Mockito 2.x
testImplementation' org.mockito:mockito-core:2.18.0'