android-emulator-runner
android-emulator-runner copied to clipboard
thank you for this github action. Do you have any plan for ubuntu-latest?
First of all, I thank you for this useful github action. I works well. And I wonder to know that you have any plan for ubuntu-latest. Becacuse macos-latest instant price is high then ubuntu about 10 times. Have a nice day~
@cw-jeonhoeun android emulators in CI on linux require nested virtualization in order to work, since the emulator is a VM, and it's running on a machine that is either a VM or not. macOS runners are not VMs, so the android emulator can work but the linux machines are VMs so without nested virtualization they do not work.
You should follow one of the related issues, though github closes them as wontfix, and there has been no activity so :shrug: https://github.com/actions/runner-images/issues?q=is%3Aissue+nested+virtualization+linux - would be nice though
Can close this issue