android-emulator-runner icon indicating copy to clipboard operation
android-emulator-runner copied to clipboard

A GitHub Action for installing, configuring and running hardware-accelerated Android Emulators on macOS virtual machines.

Results 139 android-emulator-runner issues
Sort by recently updated
recently updated
newest added

Following this announcement: https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/ It is now possible to enable KVM on `ubuntu-latest`: https://twitter.com/colinwhi/status/1749236103956291857 From some empirical non-scientific testing*: mac boot: 1 min 23 seconds linux boot (without hardware virtualization):...

Hi, just started using this plugin as I had some issues booting up an emulator from actions myself. It doesn't seem to working for me though. It's probably something simple...

I am looking at using this script but all my UI tests for android are written in dotnet core. Can you provide an example of calling dotnet test in this...

I just stared using android-emulator-runner and love how easy it is to set up. Is there a way to get more detail about failed tests? The current output just says...

We have a prod build that we would like to divert some connections to our backend server at yyy.com lets say, we want to divert requests from the backend to...

AVD caching does not seem to work, getting `Cache not found for input keys: avd-29` log and seeing AVD being recreated on each run. Workflow setup: ``` - name: AVD...

Hello, I'm running this action on a self hosted runner where sudo commands are not allowed. I think this is causing my action to fail on the `install Android SDK`...

enhancement

We're using this Github Action to execute our connected tests. This worked nicely, also after adding the AVD cache like described in the guide. But after a few executions on...

I would like to know if there can be a script that runs after the test fails. For example, my app may encounter a native crash during testing, and I...

From the [docs](https://github.com/ReactiveCircus/android-emulator-runner#configurations) it says that `pre-emulator-launch-script` runs after creating the AVD and before launching the emulator. In fact it runs before AVD created, so all config adgastments fail. Here...