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.
This does not add a new feature, as we can do this work in the `script` tag, but it would reduce boilerplate in github workflow configurations. I've seen in a...
There are 2 separate problems with this plugin regarding parallelism: 1. This plugin assumes that it is the ONLY instance running on a build machine, and doesn't work for teams...
The latest Android versions (API level 30 and 31) are much slower than the previous Android versions (26, 27, 28, and 29). Is there any way to increase the performance...
Hello, With v2.21.0, I am occasionally seeing this failure to download Gradle. I don't know why this is happening or if there's anything that can be done here, but I...
I'm currently debugging an issue that's happening when I run Espresso tests on an emulator in a Github workflow, and I want to be able to extract the logs from...
Hello, ```Log API level: 28 target: google_apis CPU architecture: x86_64 Hardware profile: pixel_3a Cores: 2 RAM size: SD card path or size: 3072M AVD name: test force avd creation: true...
Add option to set custom comand line arguments and config.ini: `custom-options` and `custom-ini`.
I have an sdcard but the root directory doesn't have any files: ```kotlin val ftpClient = FTPClient() ftpClient.connect("localhost", FtpService.DEFAULT_PORT) ftpClient.login("anonymous", "[email protected]") ftpClient.changeWorkingDirectory("/") val files = ftpClient.listFiles() assertNotNull(files) assertTrue( "No files...
See [here](https://github.com/TeamAmaze/AmazeFileManager/runs/5000208072?check_suite_focus=true) the working version, and [here](https://github.com/TeamAmaze/AmazeFileManager/runs/4999961694?check_suite_focus=true) the broken version. This is the working script: ```yaml test_emulator: timeout-minutes: 30 # Emulator can get stuck runs-on: macos-latest strategy: fail-fast: true matrix:...
Hi, Not sure if this is the action issue or my APK is causing it. I'm not able to simulate the issue locally with emulator or real device though. The...