Open fps1961 opened 5 months ago
I forgot to add it, but as a test, I have been trying to run the gradle command on this simple repo. I really appreciate any help you can provide.
@FruitPunchSamurai1961 seems related to this issue, there you can find a solution
https://webdriver.io/blog/2023/05/31/guied-for-xplatform-nativeMobile-app#system-ui-crush
Thanks for getting back to me @amrsa1! Actually, I did try that and the issue still persists.
Basically this is what happens:
./gradlew connectedAndroidTest
I'm trying to make this for a CI pipeline, so can't use headed mode unfortunately :(
I'm on an amd64 arch with
accel off
and while the boot start gets going (though I still have to runstart_emu_headless.sh
twice for the device to boot correctly even if I increase timeout to say 15 minutes), it mostly starts off with an error ofSystem UI not responding
when I run the command to see the window focus. I then apply theadb
command to hit the home button to clear the pop-up, but then when I try to run./gradlew connectedAndroidTest
, it again shows the error. I have tried to run with more memory (3GB
and4GB
), but the error persists. Any ideas why? No change to the docker image btw, just running the device in headlessmode.