Skip to content

Releases: ReactiveCircus/android-emulator-runner

v2.15.0

04 Mar 23:45
Compare
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
Compare
Choose a tag to compare
  • Support macos-11.0 (Big Sur) runner - #124.

v2.14.2

05 Jan 07:33
Compare
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
Compare
Choose a tag to compare
  • Fix hang during AVD creation when profile is not specified - #113.

v2.14.0

27 Dec 09:51
Compare
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
Compare
Choose a tag to compare
  • Updated to SDK command-line tools 3.0.

v2.12.0

16 Oct 03:50
Compare
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

v2.11.1

08 Oct 01:47
Compare
Choose a tag to compare
  • Update SDK command-line tools to 2.1.
  • Update @actions/core to 1.2.6.

v2.11.0

20 Jun 09:55
Compare
Choose a tag to compare
  • Support running multiple instances of the action sequentially in a single job - #73.

v2.10.0

12 Jun 09:53
Compare
Choose a tag to compare
  • Support Android 11 (API 30) system images.
  • Bump build tools to 30.0.0.