android-emulator-runner icon indicating copy to clipboard operation
android-emulator-runner copied to clipboard

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

Open chrisbanes opened this issue 4 years ago • 2 comments

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

chrisbanes avatar Jan 08 '21 09:01 chrisbanes

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]

ychescale9 avatar Jan 08 '21 09:01 ychescale9

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

chrisbanes avatar Jan 08 '21 10:01 chrisbanes