Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

A GitHub action that installs, creates and starts an Android emulator in headless mode for testing.

License

Notifications You must be signed in to change notification settings

ReactiveCircus/setup-android-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Android Emulator

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.

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.

Example usage

uses: reactivecircus/[email protected]
with:
  api-level: 29

About

A GitHub action that installs, creates and starts an Android emulator in headless mode for testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published