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

## Description I added a new parameter `pre-emulator-launcher-script` (if you have better names, please let me know). With this parameter, you can pass a custom script which will be executed...

## Description I need to insert an image into the Android emulator camera (https://stackoverflow.com/a/64922184/8358501). For this I need to change some configs files of the emulator **before** launching it. Is...

I have some (expected) failing tests that should be closing after the test failure and Detox cleanup, but the CI step just hangs until the `timeout-minutes` has been reached. Is...

When the API 30 emulator starts, it shows an Application Not Responding (ANR) dialog for the com.android.systemui process. That ANR stays on for the duration of the tests. Most tests...

We have a broken test which now seems to be related to a new system image for the wear emulator. I'm wondering if there is a way to pin the...

help wanted

Our project has only 'armeabi-v7a' and 'arm64-v8a', when I try to run uniittest: ``` # Execute unit tests - name: Unit Test with Android Emulator Runner uses: ReactiveCircus/[email protected] with: api-level:...

Upon the emulator being killed after the test is finished, a prompt is shown that delays its closing which says: > Do you want to save the current state for...

Hi, not sure if this is related to this package or not but I couldn't find anything on the internet so far about this issue. I'm running screenshot comparison tests...

Hello, everyone! I'm facing some issues since I ported my application to Jetpack Compose. Some of my tests are failing in the GitHub Action but are passing locally. The error...

Hi! Thanks for trying out this action. I'd like to share a few words on the recently added [Linux support](https://github.com/ReactiveCircus/android-emulator-runner/issues/15) to give you a bit of context on why it's...

Announcement