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 `Create AVD and generate snapshot for testing` CI/CD step in github actions I get the following error > This adb server's $ADB_VENDOR_KEYS is not set It seems like...

Hi, I am using android-emulator-runner to run UI tests on the self hosted runner (mac/x64) for Github action. The machine already has few android devices connected via USB for running...

Getting following error while running tests through adb Error changing dalvik-cache ownership : Permission denied. any suggestions on this issue?

Dear developers. I have a GitHub workflow using "reactivecircus/android-emulator-runner@v2". The workflow has been running fine in a daily basis in the past. It started encountering the following errors from 1st...

Linked to github actions: https://github.com/jaredsburrows/android-gif-search/actions/runs/8861878177/job/24334841889 Setup: ``` - name: Enable KVM group perms run: | echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules sudo udevadm control --reload-rules sudo udevadm...

I'm using this setup for my github action: ``` instrumented-tests: name: Run Instrumented Tests runs-on: macos-latest steps: - name: checkout uses: actions/checkout@v3 - name: Configure JDK uses: actions/setup-java@v1 with: java-version:...

At the moment there's some (seemingly unnecessary) parsing of `script:` input, which prevents everyday usages. Examples: Standard Gradle or adb invocation, we all know how long the parameter list can...

Hello, First of all, emulators on Linux images are pretty cool. Having said that, I've noticed an issue - it doesn't work on Ubuntu-24.04 (beta). We need to use Ubuntu-22.04...

Hi! I need to use `build-tools;35.0.0-rc4` but version 34.0.0 is [hardcoded](https://github.com/ReactiveCircus/android-emulator-runner/blob/ca77a1081f9e03c954f612d2394f4beed885cd29/src/sdk-installer.ts#L7C3-L7C38). A way to set the build tools version would suffice, but for certain scenarios we might need specific versions...