android-emulator-runner
android-emulator-runner copied to clipboard
Unknown failure: Error: Could not access the Package Manager. Is the system running?
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
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/[email protected]
Thanks, I'll give it a try. It's hard to give a definite answer because it's so ~flakey~ random.