mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-04 03:19:33 +00:00
26 lines
476 B
Markdown
26 lines
476 B
Markdown
# 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
|
|
```
|