Diego Torres Milano
Diego Torres Milano
The error shows the XML output was null.
@sooraj-sizon-pj please create another issue so we can track it properly. It's not exactly related to this one as several of the conditions are different.
Are you using nested virtualization or bare metal EC2 instance? Is the setup wizard using animations? There's a known limitation of `uiautomator` not being able to obtain screen dump when...
To test after the error you should run ``` adb shell uiautomator dump ``` You missed `shell` in your screenshot.
https://source.android.com/docs/setup/create/cuttlefish perhaps this helps.
Interesting, I thought it wasn't a recoverable error. Great that retrying works.
The most used way to connect to a device using the default back-end is ``` vc = ViewClient(*ViewClient.connectToDeviceOrExit()) ``` when you want an instance of `ViewClient`. If you don't, as...
Hey @jrafaaael , what's the use case? AndroidViewClient reads the framebuffer directly, so there's no file created. However, [CulebraTester2-public](https://github.com/dtmilano/CulebraTester2-public) creates a temp file to store the image and it's deleted...
Haven't seen this error. Can you provide more info about the context?
Do you have the bounds? ``` bounds="[187,794][893,902]" ```