-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Stable emulator system images #226
Comments
We should be able to if we can somehow replicate what the SDK manager does but I'll have to try. The tricky part is figuring out the exact download urls (I still haven't figured out how to retrieve all the emulator binary build numbers). Thanks for the sponsorship btw😀 |
From looking at Android Studio SDK manager it uses this repositories https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-3.xml Then seems to build in the "android-wear" and "x86-28_r07.zip" https://dl.google.com/android/repository/sys-img/android-wear/x86-28_r07.zip PArts. |
Thanks, I'll take a closer look this weekend. |
Looks like we can download the repository xml files listed under Android Studio's SDK Update Sites and extract the version information to assemble the URL paths. To pin a system images we just need a
For emulator binary looks like we need
We also need to search from multiple repos depending on the variants of system images required e.g. |
We have a broken test which now seems to be related to a new system image for the wear emulator.
I'm wondering if there is a way to pin the system image (not emulator binary) used? Otherwise there is no guarantee that builds will be stable and reproducible.
android/wear-os-samples#219
The text was updated successfully, but these errors were encountered: