public class ExampleInstrumented

2017-11-08  本文已影响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'
})
上一篇 下一篇

猜你喜欢

热点阅读