Files
android-emulator-runner/README.md
T
2019-11-07 01:36:59 +11:00

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
```