-
Notifications
You must be signed in to change notification settings - Fork 70
Workaround missing Android image in CI and upgrade dependencies #234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Log from the failed workflow: We'll have to mention the architecture type explicitly, as mentioned in #226 There's an open PR trying to solve this (#227), but the workflow fails there as well, perhaps because of missing libvulkan.so and libX11 libraries for the emulator. |
7ab19e5 to
df37833
Compare
|
Ah, yes. Unfortunately this is tricky to debug since workflows in my PRs aren't run by default and need manual action from project members. I think missing Vulkan/X11 libs are a red herring, and I think the error is caused by a device name mismatch: |
df37833 to
807db7f
Compare
|
Hm, maybe |
|
|
Google hasn't published an AOSP version of the Android system image for API level 36 yet: https://issuetracker.google.com/issues/432143095 Temporarily switch to the Google APIs variant to workaround this issue.
807db7f to
11a5e36
Compare
|
Okay, one more try with |
|
I believe this worked. Now we need to bump kotlin version to 1.8.10 |
Version 31 no longer meets Google Play requirements.
|
Added more commits to modernize dependencies. |
|
Looks like it worked! |
Google hasn't published an AOSP version of the Android system image for API level 36 yet:
https://issuetracker.google.com/issues/432143095
Temporarily switch to the Google APIs variant to workaround this issue.