莫名奇妙的运行异常

2018-02-12  本文已影响11人  zhongjh

把下面两行代码去掉
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'

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

上一篇下一篇

猜你喜欢

热点阅读