zerotomas

Results 3 comments of zerotomas

Yes, confirmed the emulator fully crashes/stops. Evidence: 1. Error explicitly states device 'emulator-5554' not found 2. ADB server throws `IOException: Command failed (host:transport:emulator-5554): device 'emulator-5554'` not found 3. Maestro reports...

Confirmed - the emulator is actually stopped. After the test failure, I added diagnostics: ``` adb devices -l ps aux | grep emulator ``` Results: ``` === Checking emulator status...

So I tried passing the following flags to the `avd-manager`'s `start_command_flags`: Option 1: swiftshader_indirect (software rendering) - start_command_flags: "-gpu swiftshader_indirect" Option 2: host (use host GPU) - start_command_flags: "-gpu host"...