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 -

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

Published by ychescale9 over 3 years ago

  • Added support for specifying the number of cores to use for the emulator - #130.
android-emulator-runner -

Published by ychescale9 almost 4 years ago

  • Support macos-11.0 (Big Sur) runner - #124.
android-emulator-runner -

Published by ychescale9 almost 4 years ago

  • Support API 28 system images with google_apis or google_apis_playstore target - #117.
android-emulator-runner -

Published by ychescale9 almost 4 years ago

  • Fix hang during AVD creation when profile is not specified - #113.
android-emulator-runner -

Published by ychescale9 almost 4 years ago

  • Support specifying SD card path or size via sdcard-path-or-size.
  • Update npm packages.
  • Remove usages of deprecated $ANDROID_HOME.
android-emulator-runner -

Published by ychescale9 almost 4 years ago

  • Updated to SDK command-line tools 3.0.
android-emulator-runner -

Published by ychescale9 about 4 years ago

Added support for using the playstore system images:

- name: run tests
  uses: reactivecircus/android-emulator-runner@v2
  with:
    api-level: 30
    target: playstore
    arch: x86
    script: ./gradlew connectedCheck
android-emulator-runner -

Published by ychescale9 about 4 years ago

  • Update SDK command-line tools to 2.1.
  • Update @actions/core to 1.2.6.
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Support running multiple instances of the action sequentially in a single job - #73.
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Support Android 11 (API 30) system images.
  • Bump build tools to 30.0.0.
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Updated to SDK command-line tools 2.0.
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Added support for specifying a custom name used for creating the AVD - #59.
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Added support for specifying versions of NDK and CMake to install.
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Fixed an issue where the Linux command-line tools binary is used for macos.
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Fixed SDK license issue on Linux when downloading API 28+ system images - #42.
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Added support for Linux VMs (no hardware acceleration).
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Added support for API 15-19 system images.
  • Switched to the new SDK command-line tools which supports running sdkmanager and avdmanager with Java 9+.
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Added support for setting custom working-directory - e.g. ./android if your root Gradle project is under the ./android sub-directory within your repository.
android-emulator-runner -

Published by ychescale9 over 4 years ago

  • Fixed an issue where environment variables are escaped in script.