Yang

Results 131 comments of Yang

Try to add `target: google_apis`. Google stopped publishing system images with `default` target in recent API levels so the default target no longer works. Maybe we should document this as...

Looks like you're on an old version of the action. Try `uses: ReactiveCircus/android-emulator-runner@v2`

It could be that the `arm64-v8a` image is too slow. Have you tried `x86_64 `? Can you also share your full log?

This is a working build using API 30, x86_64, google_apis: https://github.com/ReactiveCircus/android-emulator-runner/runs/5579056062?check_suite_focus=true

> I do not think we have `x86_64`. It gives me > > `WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.`...

Can you please provide more info: How often is sometimes? Have you ever got this error locally? Do you have a build log that you can share? Could you share...

Unfortunately Linux support is very limited. I’m sure you’re read [this](https://github.com/ReactiveCircus/android-emulator-runner/issues/46)😀 The best I can suggest is to try a much lower API level. I’m looking into adding windows support...

I’m not sure. I’m able to start an API 16 Emulator and run 1 test for the CI workflow for this project itself. As mentioned in that issue, running on...

Is this issue 100% reproducible or intermittent? Have you tried with a newer version of JDK?