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

In my case , unable to verify if the app is launched or not and just checking screenshots is not helping me to understand the issue. If someone can help...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

Adds android-desktop target option to fix #313

The [desktop emulator](https://chromeos.dev/en/posts/desktop-avd-in-android-studio) has a target of `android-desktop`, which should allow using a desktop emulator with android-emulator-runner

With the current installation, it is not possible to take screenshots on macos-12 github action runner.. By updating to canary, it is proven that it will work: https://issuetracker.google.com/issues/259111479#comment3 Exemple: https://github.com/actions/runner-images/issues/6814#issuecomment-1419003014...

Please see this workflow run: https://github.com/leancodepl/patrol/actions/runs/3910783889 What's the cause of this problem? It makes my tests too unreliable. I already have much memory and RAM assigned to the emulator. UTP...

Would it be possible to add a parameter that would say has long to wait before running the user script? Ideally this would be before saying the image is ready...

This might help with making build matrixes if we optionally can pass in the entire string rather than having to use 3 inputs (arch, target, api_level)

enhancement

I would like to activate this in the emulator, how is this possible ? https://developer.android.com/studio/run/emulator-acceleration#skia-emulator

question