android-emulator-runner

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

APACHE-2.0 License

Stars
953
Committers
48

Bot releases are visible (Hide)

android-emulator-runner - v2.33.0

Published by ychescale9 7 days ago

What's Changed

New Contributors

Full Changelog: https://github.com/ReactiveCircus/android-emulator-runner/compare/v2.32.0...v2.33.0

android-emulator-runner - v2.32.0 Latest Release

Published by ychescale9 3 months ago

android-emulator-runner - v2.31.0

Published by ychescale9 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ReactiveCircus/android-emulator-runner/compare/v2.30.1...v2.31.0

android-emulator-runner - v2.30.1

Published by ychescale9 9 months ago

android-emulator-runner - v2.30.0

Published by ychescale9 9 months ago

android-emulator-runner - v2.29.0

Published by ychescale9 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ReactiveCircus/android-emulator-runner/compare/v2.28.0...v2.29.0

android-emulator-runner - v2.28.0

Published by ychescale9 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ReactiveCircus/android-emulator-runner/compare/v2.27.0...v2.28.0

android-emulator-runner - v2.27.0

Published by ychescale9 almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ReactiveCircus/android-emulator-runner/compare/v2.26.0...v2.27.0

android-emulator-runner - v2.26.0

Published by ychescale9 about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ReactiveCircus/android-emulator-runner/compare/v2.25.0...v2.26.0

android-emulator-runner - v2.25.0

Published by ychescale9 over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ReactiveCircus/android-emulator-runner/compare/v2.24.0...v2.25.0

android-emulator-runner - v2.24.0

Published by ychescale9 over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ReactiveCircus/android-emulator-runner/compare/v2.23.0...v2.24.0

android-emulator-runner -

Published by ychescale9 over 2 years ago

  • Update build tools to 32.0.0. - #212
  • Update SDK command-line tools to 6.0. - #213
  • Add option to specify disk-size for the AVD. - #219 @ViliusSutkus89.
  • Improve logging by grouping log lines. - #224 @michaelkaye.
android-emulator-runner -

Published by ychescale9 almost 3 years ago

  • Add option to enable hardware keyboard. - #209 (upstreamed from the Doist fork).
  • Update README and fix typos. - #203 @JPrendy.
android-emulator-runner -

Published by ychescale9 almost 3 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
android-emulator-runner -

Published by ychescale9 about 3 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
android-emulator-runner -

Published by ychescale9 about 3 years ago

  • Accept all Android SDK Licenses to fix sdkmanager installation. - #172 @marcuspridham.
android-emulator-runner -

Published by ychescale9 over 3 years ago

  • Add option to specify ram-size for the AVD. - #165.
android-emulator-runner -

Published by ychescale9 over 3 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.
android-emulator-runner -

Published by ychescale9 over 3 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
android-emulator-runner -

Published by ychescale9 over 3 years ago

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