ReactiveCircus / android-emulator-runner

A GitHub Action for installing, configuring and running hardware-accelerated Android Emulators on macOS virtual machines.
Apache License 2.0
978 stars 193 forks source link

Unknown failure: Error: Could not access the Package Manager. Is the system running? #120

Open chrisbanes opened 3 years ago

chrisbanes commented 3 years ago

I've been seeing these a lot lately, usually on the older emulators (<28). Re-running the check usually passes, so I assume it's something to do with the emulator.

Job: https://github.com/chrisbanes/accompanist/blob/main/.github/workflows/build.yml#L55 Log: 2_test (23).txt

ychescale9 commented 3 years ago

We don't have control over the versions of emulator binary or system images so it always downloads the latest stable version.

This probably won't help but maybe try pinning the version to v2.13.0 just to confirm?

uses: reactivecircus/android-emulator-runner@v2.13.0
chrisbanes commented 3 years ago

Thanks, I'll give it a try. It's hard to give a definite answer because it's so ~flakey~ random.