when I use Espresso for android webview test, alway show this error to me. java.lang.NoSuchMethodError: No interface method trackUsage(Ljava/lang/String;) finally, I got answer. change androidTestImplementation 'com.android.support.test.espresso:espresso-web:2.2.2 to androidTestImplementation 'com.android.support.test.espresso:espresso-web:3.0.0'