mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
476 B
476 B
GitHub Action - Android Emulator Runner
A GitHub Action for installing, configuring and running Android Emulators on macOS virtual machines.
TODO
This action must be run on a macOS VM, e.g. macOS-latest or macOS-10.14.
Inputs
api-level
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.
Minimum API level supported is 21.
TODO
Example usage
TODO