android-emulator-runner
android-emulator-runner copied to clipboard
A GitHub Action for installing, configuring and running hardware-accelerated Android Emulators on macOS virtual machines.
``` Installing system images. /bin/sh -c \sdkmanager --install 'system-images;android-30;google_apis;arm64-v8a' --channel=0 > /dev/null Warning: Observed package id 'ndk;21.4.7075529' in inconsistent location '/Users/runner/Library/Android/sdk/ndk-bundle' (Expected '/Users/runner/Library/Android/sdk/ndk/21.4.7075529') Warning: Observed package id 'ndk;21.4.7075529' in inconsistent...
Always, more than 2 devices are adb connected with my self runner pc. This action try to connect with AVD but there are devices more than one. So I always...
When I use this configuration on macos-latest, emulator can't access internet - name: Run instrumentation tests uses: reactivecircus/android-emulator-runner@v2 with: api-level: 30 target: playstore disable-animations: false # defaulting to true, the...
I followed this article in order to use your GitHub Action: https://www.etiennetheodore.com/integration-testing-with-ci/ When letting the action run, I get the following error: /Users/runner/hostedtoolcache/flutter/3.0.5-stable/x64/bin/internal/shared.sh: line 225: /Users/runner/hostedtoolcache/flutter/3.0.5-stable/x64/bin/cache/dart-sdk/bin/dart: Bad CPU type in...
I'd like to know how can I add the .apk on the emulator device from the pipeline, thank you! name: Appium CI - Android on: [ push ] jobs: Automate:...
I created ui tests newly and started running them in CI, but they aref ailing, where as the same tests working locally. Failed test logs are, > Task :app:connectedDevDebugAndroidTest Starting...
First of all, I thank you for this useful github action. I works well. And I wonder to know that you have any plan for ubuntu-latest. Becacuse macos-latest instant price...
I'm trying to run an automation test using Appium but I'm getting the following error below, knowing that the emulator status shown booted is completed. ``` [UiAutomator2] Unable to force...
I've been seeing a lot of flakiness lately in the emulator booting, across many different API levels. The common thing between the failures seems to be `Warning: An error occurred...
@filipkowicz mentioned in #46 that [the `windows` VMs have HAXM installed](https://github.com/actions/virtual-environments/blob/2378e1c967bc72fdf555f9b33e8c99446c06b4c4/images/win/Windows2016-Readme.md). Since windows VMs are way cheaper than macOS VMs for paid users, being able to run this action on...