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