Skip to content

Releases: ReactiveCircus/android-emulator-runner

v2.18.0

20 Jun 05:31

Choose a tag to compare

  • 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

28 May 07:16

Choose a tag to compare

v2.16.0

07 May 08:34

Choose a tag to compare

v2.16.0

v2.15.0

04 Mar 23:45

Choose a tag to compare

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

v2.14.3

13 Jan 08:32

Choose a tag to compare

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

v2.14.2

05 Jan 07:33

Choose a tag to compare

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

v2.14.1

28 Dec 03:03

Choose a tag to compare

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

v2.14.0

27 Dec 09:51

Choose a tag to compare

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

v2.13.0

14 Nov 08:08

Choose a tag to compare

  • Updated to SDK command-line tools 3.0.

v2.12.0

16 Oct 03:50

Choose a tag to compare

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