我已经编写了一些工作正常的检测测试,但是现在获得错误无法在将依赖项升级到之后解决ActivityTestRule错误
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Run Code Online (Sandbox Code Playgroud)
我正在使用android支持版本27.1.1
它与依赖项工作正常
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
Run Code Online (Sandbox Code Playgroud) android test-runner android-espresso android-instrumentation