ReactiveCircus / android-emulator-runner

A GitHub Action for installing, configuring and running hardware-accelerated Android Emulators on macOS virtual machines.
Apache License 2.0
977 stars 193 forks source link

Use `xvfb-run` to run emulator on Linux #382

Open vitalyster opened 8 months ago

vitalyster commented 8 months ago

Latest emulator versions (34?) bundled with Qt library which only have XCB backend. So we need to run X11 to start emulator correctly.