Deprecated - Linux VMs provided by GitHub Action don't support KVM which is required for running hardware-accelerated Emulators. Please use Android Emulator Runner which runs on macOS VMs.
A GitHub action that installs, creates and starts an Android emulator in headless mode for testing.
Required The API level of the system image to be used for the emulator. E.g. 23
for Android 6.0 Marshmallow, 29
for Android 10.
uses: reactivecircus/[email protected]
with:
api-level: 29