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

Hey! Apologies for the vague report, I don't really know where else to look. Here is our repro case: https://github.com/ZacSweers/ticktock/pull/46 (ci file is ci.yml). Let me know if I can...

Hi. I'm running into issues when trying to utilize GitHub Actions environmental variables with android-emulator-runner. See my GitHub action script with some debugging pieces: ```yaml name: CI Lint and Tests...

Hello, thanks for great GitHub Action script. Would like to request to include my project [rh-id/a-news-provider ](https://github.com/rh-id/a-news-provider/blob/master/.github/workflows/android-emulator-test.yml)in the list

I've got an issue that seems similar to #56 but with some extra complication. I'm trying to kick off a screenrecord via `adb` before I run a gradle task, and...

I have tried to run my UI tests in the CI environment using this Github action and specifying Nexus 6 as well as Pixel 3 XL/ Pixel Pro as the...

Hi, I am creating screenshots with flutter drive, but no matter which device I choose, the height of the images is never correct. For `Nexus 5X` the resolution is `1080...

When I try to run this action on self-hosted runner, it fails because of dir fails. Action try to create config.ini to /github/home/.android/avd/test.avd/, but directory is not there. So, simply...

Hello, The Android emulator with API 30 is unusable as it launches with the "System Isn't Responding" dialog every time. I need to use API 30 because of arm support...

Here is our configuration: ```yml - name: Check Android (macos) if: matrix.os == 'macos-latest' uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29 arch: x86_64 ndk: 21.3.6528147 cmake: 3.10.2.4988404 script: ./gradlew connectedCheck ``` The...