Android emulator keyboard doesn't let to enter text

Hi,
To run my Xamarin Android Uitests Im using “start-android-emulator step”.
emulator seems to be started successfully but while trying to enter the text via app.EnterText((my_enter_field_id, “my_value”);
I’m getting the error
System.Exception : Error while performing EnterText(Marked(“my_enter_field_id”), “my_value”)
----> System.TimeoutException : Timed out waiting for keyboard to be shown.]]

for me it looks like the emulator keyboard is somehow disabled.
Is there any idea how to let it enter the text?

Hi @vbarzdyka,

Can you please copy paste the related build’s Bitrise.io URL? We’ll look into it ASAP!

Hi @viktorbenei,

Here u have the link to the build with the error: https://www.bitrise.io/build/59b4e0259a486256
Thanks

Can you please follow this guide https://gist.github.com/viktorbenei/c6d4fe1e68de739dbb5f4f15de76b9db to Remote Access / Remote Desktop into the build VM?

The guide works, but is obviously still “beta” - feel free to comment under it if you have any questions! :slight_smile: