Android Emulator Runner Versions Save

A GitHub Action for installing, configuring and running hardware-accelerated Android Emulators on macOS virtual machines.

v2.21.0

2 years ago
  • Support new ATD targets optimized to reduce CPU and memory resources when running instrumented tests: aosp_atd, google_atd. - #198. Note that currently these targets require the following:
    • api-level: 30
    • arch: x86 or arch: arm64-v8a
    • channel: canary

v2.20.0

2 years ago
  • Support non-mobile targets: android-wear, android-wear-cn, android-tv and google-tv. - #180 @alexvanyo.
  • Update SDK command-line tools to 5.0. - #174
  • Update build tools to 31.0.0. - #174
  • Add option to specify the channel to download SDK components from: stable (default), beta, dev and canary. - #185

v2.19.1

2 years ago
  • Accept all Android SDK Licenses to fix sdkmanager installation. - #172 @marcuspridham.

v2.19.0

2 years ago
  • Add option to specify ram-size for the AVD. - #165.

v2.18.1

2 years ago
  • Added support for setting modern emulator build ids for emulator-build. Not all build ids are supported until we are able to figure out at which build id the download URL pattern changed. 7425822 (version 30.7.3) is currently the last known working build id.

v2.18.0

2 years ago
  • Add force-avd-creation which when set to false will skip avd creation if avd with same name exists. This enables AVD snapshot caching which can significantly reduce emulator startup time. See README.md for a sample workflow. - #159

v2.17.0

3 years ago
  • Add option to toggle Linux hardware acceleration - #154 @stevestotter

v2.16.0

3 years ago

v2.16.0

  • Avoid wrapping script code in quotes - #134 @hostilefork
  • Add option to disable spellcheck - #143 @AfzalivE
  • Add support for arm64-v8a for Apple Silicon Macs - #146 @Jeehut

v2.15.0

3 years ago
  • Added support for specifying the number of cores to use for the emulator - #130.

v2.14.3

3 years ago
  • Support macos-11.0 (Big Sur) runner - #124.