forked from ReactiveCircus/android-emulator-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
CU-868fmk85f Upgrade android-emulator-runner to most recent release on ReactiveCircus #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* master: Prepare for release 2.1.0. Support multi-line script. Skip workflow for markdown file changes. Reference Article
* master: Prepare for release 2.2.0. Stop pinning emulator build in workflow. Add support for pinning specific emulator build. Explicitly set GPU mode to swiftshader_indirect. Fix script execution order. Run test fixture in workflow.
* master: Prepare for release 2.3.0. Force use Java 8 for sdkmanager and avdmanager. Update checkout action to v2.
* master: Prepare for release 2.3.1. Update Gradle to 6.1.1 for test-fixture. Build tools 29.0.3. Validate Gradle Wrapper.
* master: Prepare for release 2.3.2. Fix escaped environment variables in script.
* master: Prepare for release 2.4.0. Add support for setting a custom working-directory. Fix typo
* master: Prepare for release 2.5.0. Add support for API 15-19 system images. Use new cmdline-tools with support for running sdkmanager and avdmanager with Java 8+. Update test-fixture dependencies. Drop minSdkVersion to 15. Update to AGP 3.6.0 and Gradle 6.2.1 for test-fixture project.
* master: Prepare for release 2.6.0. Update packages. Add information re. hardware acceleration for linux support. Support running on linux without hardware accleration. Gradle 6.3. Gradle 6.3-rc-4. Update workflow to use Java 14. Update npm packages. Bump acorn from 5.7.3 to 5.7.4
* master: Prepare for release 2.6.1. Fix sdk license issue with API 28+ system images on Linux.
* master: Prepare for release 2.6.2. Add gradle caching. Use correct cli-tools binary for mac. Remove API 28 from workflow.
* master: Prepare for release 2.7.0. Security audit. Support specifying versions of NDK and CMake to install.
* master: Prepare for release 2.8.0. Add support for specifying a custom name used for creating AVD. Fix typo Add list of projects using android-emulator-runner. Bump kotlin and AGP for test fixture project.
* master: Prepare for release 2.9.0. Update test fixture dependencies. SDK Command-line Tools 2.0. Add information on running on Linux to README.md. Fix doc. Mention ci-matters repo in adopters list
* master: Prepare for release 2.10.0. Support API 30 system images and add API 30 to workflow. Update build tools to 30.0.0. Update test projec’s compileSdk and targetSdk to API 30.
* main: Prepare for release 2.11.0. Support running multiple actions sequentially in a single job. Add RxBinding to adopter list. Rename master branch to main.
* main: Prepare for release 2.11.1. Update npm packages. Bump @actions/core from 1.2.4 to 1.2.6 Update to gradle 6.7-rc-1 for test fixture. Build with Java 15 on CI. Improve GitHub Actions Gradle cache. Add square/radiography to adopter list Add cashapp/copper to adapter list SDK Build tools 30.0.2. Update fixture dependencies. Gradle 6.6. Update README.md Update packages. Build tools 30.0.1. Use fs for writing licence files. Update cmdline-tools to 2.1.
* main: Prepare for release 2.12.0. Add support for using google_apis_playstore system images. Fix README.md typo
* main: Prepare for release 2.13.0. Update cmdline-tools to 3.0. Update npm packages. Add Shopify/android-testify to list of projects
* main: Prepare for release 2.14.0. Support specifying SD card path or size. Update npm packages. Replace usages of deprecated ANDROID_HOME with ANDROID_ROOT_SDK. Bump build tools to 30.0.3. Update test-fixture dependencies. Update Compose Samples URL
* main: Prepare for release 2.14.1. Fix AVD creation hang when profile is not specified.
* main: Prepare for release 2.14.2. Support non-default API 28 images
* main: Prepare for release 2.14.3. Always add path for cmdline-tools to support macos-11.0. Gradle 6.8. Add Hash Checker app projects to consumers list Add LeakCanary to adopter list
* main: Prepare for release 2.15.0. Change default cores to 2, add cores in workflow Add option to modify the number of cores
* main: Prepare for release 2.16.0. Add support for arm64-v8a for Apple Silicon Macs Add option to disable spellcheck Bump y18n from 4.0.0 to 4.0.1 Update README.md Add google/android-fhir to the list of projects that use android-emulator-runner (ReactiveCircus#132) Add Wikipedia app to list of projects. Add kiwix-android to the list of projects Avoid Wrapping Script Code In Quotes
* main: Prepare for release 2.17.0. Update test fixture dependencies. Add option to toggle Linux hardware acceleration Bump hosted-git-info from 2.8.8 to 2.8.9 Bump lodash from 4.17.19 to 4.17.21
* main: Prepare for release 2.18.0. Add sample workflow for AVD snapshot caching. Add `force-avd-creation` to Configurations table in README.md. Add force-avd-creation to skip avd creation if avd with same name exists. Update workflow to test snapshot caching. Add accompanist to adoption list Gradle 7.1. Bump glob-parent from 5.1.1 to 5.1.2 Bump ws from 7.3.1 to 7.4.6
* main: Prepare for release 2.18.1. Unzip specific emulator build into latest emulator build from sdkmanager. Support using modern build id for emulator-build.
* main: Prepare for release 2.19.0. Add option to set AVD RAM size.
* main: Prepare for release 2.31.0. Install platforms for the specified api level (ReactiveCircus#384) Add api level `VanillaIceCream` support (ReactiveCircus#378) Bump Gradle wrapper validation from v1 to v2 to use Node 20 (ReactiveCircus#374) Migrate to Node 20 on CI via GitHub Actions major upgrades (ReactiveCircus#372)
* Add port parameter * Fix a typo in test description * Fix avd not being started with correct port * Fix wrong port being used to kill an emulator if there was an exception
* main: Prepare for release 2.32.0. Add missing compiled js files from ReactiveCircus#383. Support customizing emulator port (ReactiveCircus#383)
* Avoid changing the owner of unnecessary files Source files shouldn't matter for the purposes of this tool. % ls -R $ANDROID_HOME/sources/android-34 | wc -l 17750 * Remove non-existant directory * Avoid another unnecessary chown * Push js
* main: Prepare for release 2.33.0. Fix avd path on ubuntu-24.04 - attempt 2 (ReactiveCircus#415) Revert creating avd directory. (ReactiveCircus#414) Fix SDK path issues with ubuntu-24.04 (ReactiveCircus#409) SDK build tools 35.0.0, command-line tools 16.0. (ReactiveCircus#408) Avoid changing the owner of unnecessary files (ReactiveCircus#406) Update npm packages. (ReactiveCircus#401)
…omotive and desktop. (ReactiveCircus#428)
* main: Prepare for release 2.34.0. Update README.md and CHANGELOG.md. Support API levels for SDK extensions and add missing targets for automotive and desktop. (ReactiveCircus#428) Add `Baklava` support (ReactiveCircus#424)
This stack of pull requests is managed by Graphite. Learn more about stacking. |
- Remove default port from action.yml to avoid forcing port 5554 - Allow emulator to auto-assign port instead of explicit -port parameter - Keep default port for ADB commands but don't force emulator port
johnmanagexr
approved these changes
Oct 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@katie-managexr looks good to me, but is there a reason we have our own copy of this in the first place or need our own copy rather than relying on a public version?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I created this branch by running git checkout -b copy-of-v2 upstream/release/v2. This is to get most recent release-ready version from the other repo, ReactiveCircus/android-emulator-runner.
Since our original copy of the branch, the android-emulator-runner has added support for running emulators on Ubuntu to the extent that it is now more efficient than running on MacOs.
$ git log main...copy-of-v2
commit 5302c0e
Author: John Doe katie@managexr.com
Date: Wed Oct 8 12:02:45 2025 -0700
commit 1dcd009
Merge: 62dbb60 2548f9f
Author: Yang ychescale9@gmail.com
Date: Sat Mar 29 01:51:10 2025 +1100
commit 2548f9f
Author: Yang ychescale9@gmail.com
Date: Sat Mar 29 01:48:44 2025 +1100
commit 595a456
Author: Yang ychescale9@gmail.com
Date: Sat Mar 29 01:33:05 2025 +1100
commit a173d65
Author: Timothy 6560631+TimoPtr@users.noreply.github.com
Date: Fri Mar 28 15:04:02 2025 +0100
commit 50d5b10
Author: LoveSy shana@zju.edu.cn
Date: Fri Jan 24 19:46:33 2025 +0800
commit 62dbb60
Merge: f0d1ed2 c77bfe7
Author: Yang ychescale9@gmail.com
Date: Sat Oct 12 17:43:32 2024 +1100
commit c77bfe7
Author: Yang ychescale9@gmail.com
Date: Sat Oct 12 17:42:24 2024 +1100
commit ead704c
Author: Yang reactivecircus@gmail.com
Date: Sat Oct 12 17:26:36 2024 +1100
commit e800fff
Author: Yang reactivecircus@gmail.com
Date: Fri Oct 11 13:55:44 2024 +1100
commit 8c07710
Author: Yang reactivecircus@gmail.com
Date: Fri Oct 11 11:55:47 2024 +1100
commit 3a18f50
Author: Yang reactivecircus@gmail.com
Date: Mon Oct 7 00:50:35 2024 +1100
commit 1b985f4
Author: Justin Brooks justin@jzbrooks.com
Date: Fri Oct 4 22:53:35 2024 -0400
commit a3dcdb3
Author: Yang ychescale9@gmail.com
Date: Tue Jul 9 16:23:18 2024 +1000
commit f0d1ed2
Merge: 77986be 81f860b
Author: Yang ychescale9@gmail.com
Date: Tue Jul 9 12:55:08 2024 +1000
commit 81f860b
Author: Yang ychescale9@gmail.com
Date: Tue Jul 9 12:53:57 2024 +1000
commit e93b947
Author: Yang ychescale9@gmail.com
Date: Tue Jul 9 12:51:00 2024 +1000
commit 4b0628e
Author: Kamil Bąk 34217757+KamilKurde@users.noreply.github.com
Date: Tue Jul 2 14:42:44 2024 +0200
commit 77986be
Merge: 6b0df4b ca77a10
Author: Yang ychescale9@gmail.com
Date: Sat May 25 00:02:03 2024 +1000
commit ca77a10
Author: Yang ychescale9@gmail.com
Date: Sat May 25 00:00:37 2024 +1000
commit 1fef06a
Author: Josh Lesch joshrlesch@users.noreply.github.com
Date: Wed Mar 27 17:40:07 2024 -0500
commit d8da5b6
Author: LoveSy shana@zju.edu.cn
Date: Sun Feb 18 07:14:24 2024 +0800
commit a0c0e72
Author: Róbert Papp papp.robert.s@gmail.com
Date: Mon Jan 29 21:34:22 2024 +0000
commit 9d5d623
Author: Róbert Papp papp.robert.s@gmail.com
Date: Sat Jan 27 12:11:47 2024 +0000
commit 6b0df4b
Merge: eaf4c24 bc2cd2a
Author: Yang ychescale9@gmail.com
Date: Fri Jan 26 23:28:10 2024 +1100
commit bc2cd2a
Author: Yang ychescale9@gmail.com
Date: Fri Jan 26 23:26:22 2024 +1100
commit 61a61f9
Author: Róbert Papp papp.robert.s@gmail.com
Date: Fri Jan 26 12:24:19 2024 +0000
commit eaf4c24
Merge: 99a4aac 426fbd2
Author: Yang ychescale9@gmail.com
Date: Thu Jan 25 23:16:47 2024 +1100
commit 426fbd2
Author: Yang ychescale9@gmail.com
Date: Thu Jan 25 23:14:27 2024 +1100
commit e1bd48c
Author: Yang ychescale9@gmail.com
Date: Thu Jan 25 23:10:17 2024 +1100
commit 1e33853
Author: utzcoz 43091780+utzcoz@users.noreply.github.com
Date: Sat Jan 20 13:43:05 2024 +0800
commit c479bb6
Author: Yang ychescale9@gmail.com
Date: Fri Jan 19 17:38:35 2024 +1100
commit 99a4aac
Merge: d94c3fb 677db68
Author: Yang ychescale9@gmail.com
Date: Wed Dec 6 18:33:29 2023 +1100
commit 677db68
Author: Yang ychescale9@gmail.com
Date: Wed Dec 6 18:32:27 2023 +1100
commit f9c2835
Author: Yang ychescale9@gmail.com
Date: Wed Dec 6 18:25:39 2023 +1100
commit 1036f55
Author: Yang ychescale9@gmail.com
Date: Wed Dec 6 12:46:32 2023 +1100
commit 5a481d2
Author: Yang ychescale9@gmail.com
Date: Wed Dec 6 11:38:49 2023 +1100
commit f72f505
Author: Yang ychescale9@gmail.com
Date: Wed Dec 6 11:37:21 2023 +1100
commit fabc291
Author: Michael Bailey 1195562+yogurtearl@users.noreply.github.com
Date: Thu Aug 24 02:31:32 2023 -0700
commit 2cfd145
Author: olegdolgikh 127970383+olegdolgikh@users.noreply.github.com
Date: Tue Jul 4 13:39:36 2023 +0200
commit 5e93562
Author: Ethan Graham 116118556+ethanxr@users.noreply.github.com
Date: Sat Apr 29 00:09:33 2023 -0700
commit e1bdfef
Author: Ricki Hirner hirner@bitfire.at
Date: Tue Apr 25 10:33:07 2023 +0200
commit d94c3fb
Merge: 50986b1 b35b1c6
Author: Yang ychescale9@gmail.com
Date: Sat Mar 18 19:50:25 2023 +1100
commit b35b1c6
Author: Yang ychescale9@gmail.com
Date: Sat Mar 18 19:49:07 2023 +1100
commit acd15a6
Author: Yang ychescale9@gmail.com
Date: Sat Mar 18 19:39:55 2023 +1100
commit a2c97ef
Author: Yang ychescale9@gmail.com
Date: Sat Mar 18 19:38:37 2023 +1100
commit 8c71f5e
Author: Yang ychescale9@gmail.com
Date: Sat Mar 18 18:58:54 2023 +1100
commit 743ec40
Author: Dmitry Koplyarov koplyarov.da@gmail.com
Date: Thu Mar 9 00:44:31 2023 +0000
commit bad4154
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat Feb 18 11:34:02 2023 +1100
commit bdaf049
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat Feb 18 11:30:28 2023 +1100
commit 8e947e5
Author: LoveSy 631499712@qq.com
Date: Thu Feb 9 20:07:08 2023 +0800
commit 50986b1
Merge: d7b53dd 87e9722
Author: Yang ychescale9@gmail.com
Date: Fri Oct 28 18:30:49 2022 +1100
commit d7b53dd
Merge: b390b0e 6fd58f9
Author: Yang ychescale9@gmail.com
Date: Tue Sep 20 15:35:23 2022 +1000
commit b390b0e
Merge: e790971 402c25e
Author: Yang reactivecircus@gmail.com
Date: Tue Jul 12 18:48:20 2022 +1000
commit e790971
Merge: 76c2bf6 f30ff06
Author: Yang reactivecircus@gmail.com
Date: Sat Apr 30 23:35:35 2022 +1000
commit 76c2bf6
Merge: 48744f2 08a23a6
Author: Yang reactivecircus@gmail.com
Date: Fri Feb 18 01:49:20 2022 +1100
commit 48744f2
Merge: 2b2ebf2 5b2310f
Author: Yang reactivecircus@gmail.com
Date: Sat Dec 25 02:27:59 2021 +1100
commit 2b2ebf2
Merge: f71c6d1 d203cdc
Author: Yang reactivecircus@gmail.com
Date: Sat Oct 23 19:52:26 2021 +1100
commit f71c6d1
Merge: 5de26e4 511d462
Author: Yang reactivecircus@gmail.com
Date: Sat Aug 28 20:04:58 2021 +1000
commit 5de26e4
Merge: ac874f3 5e487db
Author: Yang reactivecircus@gmail.com
Date: Tue Jul 20 23:53:04 2021 +1000
commit ac874f3
Merge: 6e775ef 0c3db9c
Author: Yang reactivecircus@gmail.com
Date: Sat Jun 26 23:49:47 2021 +1000
commit 6e775ef
Merge: 97449e9 8a43334
Author: Yang reactivecircus@gmail.com
Date: Sat Jun 26 01:23:30 2021 +1000
commit 97449e9
Merge: 226f262 fe99eb1
Author: Yang reactivecircus@gmail.com
Date: Sun Jun 20 15:28:07 2021 +1000
commit 226f262
Merge: 599839e 4342116
Author: Yang reactivecircus@gmail.com
Date: Fri May 28 17:13:49 2021 +1000
commit 599839e
Merge: d279995 751bef6
Author: Yang reactivecircus@gmail.com
Date: Fri May 7 18:32:02 2021 +1000
commit d279995
Merge: 08b092e 838986e
Author: Yang reactivecircus@gmail.com
Date: Fri Mar 5 10:41:47 2021 +1100
commit 08b092e
Merge: 94bd1ed 91b2b2f
Author: Yang reactivecircus@gmail.com
Date: Wed Jan 13 19:29:01 2021 +1100
commit 94bd1ed
Merge: 70e3f6e c3e261e
Author: Yang reactivecircus@gmail.com
Date: Tue Jan 5 18:29:16 2021 +1100
commit 70e3f6e
Merge: 02cf805 0d8602f
Author: Yang reactivecircus@gmail.com
Date: Mon Dec 28 14:00:37 2020 +1100
commit 02cf805
Merge: e08f702 045b7d8
Author: Yang reactivecircus@gmail.com
Date: Sun Dec 27 20:48:59 2020 +1100
commit e08f702
Merge: 07b0366 11559ab
Author: Yang reactivecircus@gmail.com
Date: Sat Nov 14 19:05:52 2020 +1100
commit 07b0366
Merge: c56210b 15da0b2
Author: Yang reactivecircus@gmail.com
Date: Fri Oct 16 14:48:14 2020 +1100
commit c56210b
Merge: 4a8a9af 04a32d7
Author: Yang reactivecircus@gmail.com
Date: Thu Oct 8 12:44:58 2020 +1100
commit 4a8a9af
Merge: b62c970 a72b5eb
Author: Yang ychescale9@gmail.com
Date: Sat Jun 20 19:53:32 2020 +1000
commit b62c970
Merge: e93c997 9ef7536
Author: Yang ychescale9@gmail.com
Date: Fri Jun 12 19:51:10 2020 +1000
commit e93c997
Merge: 4f4106d fc17953
Author: Yang ychescale9@gmail.com
Date: Fri May 29 23:10:58 2020 +1000
commit 4f4106d
Merge: 2f678a7 4df9257
Author: Yang ychescale9@gmail.com
Date: Fri May 1 20:18:58 2020 +1000
commit 2f678a7
Merge: e4eb880 33176ea
Author: Yang ychescale9@gmail.com
Date: Sat Apr 11 21:52:57 2020 +1000
commit e4eb880
Merge: a3b0e6d 61dd774
Author: Yang Chen ychescale9@gmail.com
Date: Fri Apr 3 00:13:02 2020 +1100
commit a3b0e6d
Author: Yang Chen ychescale9@gmail.com
Date: Wed Apr 1 00:56:37 2020 +1100
commit 0159db6
Merge: 769ff28 22965df
Author: Yang Chen ychescale9@gmail.com
Date: Wed Apr 1 00:54:08 2020 +1100
commit 769ff28
Merge: 6bb3965 0d96655
Author: Yang Chen ychescale9@gmail.com
Date: Sat Mar 28 15:00:56 2020 +1100
commit 6bb3965
Merge: 2754675 da846ad
Author: Yang Chen ychescale9@gmail.com
Date: Thu Mar 5 14:55:36 2020 +1100
commit 2754675
Merge: bdf1f83 aaa1121
Author: Yang Chen ychescale9@gmail.com
Date: Sat Feb 15 18:52:13 2020 +1100
commit bdf1f83
Merge: 5dd12aa d3a226f
Author: Yang Chen ychescale9@gmail.com
Date: Tue Feb 4 12:28:52 2020 +1100
commit 5dd12aa
Merge: d27f7ec e53c6d9
Author: Yang Chen ychescale9@gmail.com
Date: Fri Jan 31 11:47:56 2020 +1100
commit d27f7ec
Merge: 3f52989 1162b6c
Author: Yang Chen ychescale9@gmail.com
Date: Mon Jan 20 03:57:13 2020 +1100
commit 3f52989
Merge: da41ec9 86385e0
Author: Yang Chen ychescale9@gmail.com
Date: Sun Dec 15 04:32:53 2019 +1100
commit da41ec9
Merge: f079aca 269b6dc
Author: Yang Chen ychescale9@gmail.com
Date: Sat Dec 14 00:36:51 2019 +1100
commit f079aca
Author: Yang Chen ychescale9@gmail.com
Date: Sat Dec 7 18:09:02 2019 +1100