android-emulator-runner
android-emulator-runner copied to clipboard
A GitHub Action for installing, configuring and running hardware-accelerated Android Emulators on macOS virtual machines.
This seems to take several minutes, a decent fraction of the overall time in my simple use. Instead of changing the ownership of `${ANDROID_HOME}` instead arrange to run individual commands...
API 29 seems to work just fine 👍 Job [here](https://github.com/xxfast/Decompose-Router/actions/runs/4970767244/jobs/8902221529)
I've been having some issues on my project with getting arm64-v8a targets to come up, and noticed that they weren't being tested here. So I'm adding them as test targets...
Requirement: - We want to execute Android ui-tests using android-emulator-runner, which we want to be hosted upon our own Linux VMs. Issue: - I am getting presently the issue as...
- running this action with github is resulting in some specific CI-slowness related issues for eg. ANRs - So is there anyway to slow down local emulator, to the extent...
With latest api (31-33…) tests are much more flaky. I wanted to share the way I get around this. Maybe this could be added to your script. The idea is...
Done this in local/gui,  My app uses accelerometer input to render some graphics so suggestion in #133 or the adb route does not work. It gives the same image...
I have this workflow (nothing fancy or complicated, just some steps to setup java and flutter, then running the tests on the emulator) ``` on: workflow_dispatch: # on push to...
Hello. I had several problems in using this action on fresh self-hosted runners. Could you take this changes to fix my problems?
[Hardware accelerated Android virtualization on Actions Linux larger hosted runners](https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners/)