adazh
adazh
Sorry for the delay! Left a couple of comments.
Looks like this is related to the implementation of the Android Studio Gradle plugin. Assigning to Yuki to take a look.
Can you try using our latest Espresso release [Espresso 3.5.0-alpha04](https://developer.android.com/jetpack/androidx/releases/test#espresso-3.5.0-alpha04)? Not sure if it could fix this issue, but it contains a [fix](https://github.com/android/android-test/commit/b5bf53a645ccaa2875b7d43685b48b14a9ad2777) that uses consistent input device source for...
Nice! Thanks for confirming!
Mind also posting your Logcat logs?
https://github.com/android/android-test/commit/2971079bc9923b8f3787299b074a3d0c0a407775 was checked in to fix this issue. Closing.
@dabrosch Can you also try with `3.5.0-alpha04`? If the problem persists, please also upload a sample that we could repro the issue. Thanks.
Would appreciate if you could provide some way to repro (it's fine if it's a flake). Otherwise, we might have to take this as a lower priority until we are...