美文网首页
public class ExampleInstrumented

public class ExampleInstrumented

作者: 菜鸟考官 | 来源:发表于2017-11-08 11:17 被阅读0次
L9P}E88OLB7E$OY@$NIQ~XP.png

在 gradle 中添加

dependencies { 

androidTestCompile(
'com.android.support.test.espresso:espresso-core:2.2.2', {
    exclude group: 'com.android.support', module: 'support-annotations'
})

testImplementation 'junit:junit:4.12'

}

android studio 2.3版本 需要加上

 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
    exclude group: 'com.android.support', module: 'support-annotations'
})

相关文章

网友评论

      本文标题:public class ExampleInstrumented

      本文链接:https://www.haomeiwen.com/subject/fuuemxtx.html