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

Hi! A have a trouble with attachments in github action. If i start my config local - all working good. Tests working, report generating with attachments. But if I try...

Given the following workflow: ``` name: Android CI on: push: branches: [ "main" ] jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v3 - name: Create directory for jni libs run:...

question

I'm seeing this in my runner logs: ``` Install Android SDK /bin/sh -c \yes | sdkmanager --licenses > /dev/null Warning: Observed package id 'platform-tools' in inconsistent location '/Users/runner/Library/Android/sdk/platform-tools-2' (Expected '/Users/runner/Library/Android/sdk/platform-tools')...

good first issue
help wanted

Hi, after running the Android emulator on Ubuntu with kvm, I'm getting this behavior consistently (2 different projects, both trigger on 29 ONLY): ``` Terminate Emulator /usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 emu...

When running my GitHub Actions workflow, the emulator runner action hangs after the emulator is killed, with the following log output: ``` Terminate Emulator /usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 emu kill OK:...

When running the emulator on GitHub Actions (macos-latest), we occasionally get an error of `Timeout waiting for emulator to boot`. This is probably around 25-30% of test runs that we...

I want to run the emulator with cache on two jobs in parallel but the jobs seems to just hang at the end when its time to terminate the emulator....

When using this action in multiple projects that both build and test Android apps on shared self-hosted runners. We are having emulator launch issues because the platform is missing in...

## The problem Currently, this action uses ADB commands without specifying device/emulator to use. This is fine for GitHub-hosted machines, as they are isolated from each other, but becomes a...

Latest emulator versions (34?) bundled with Qt library which only have XCB backend. So we need to run X11 to start emulator correctly.