Commit 9e9523d
ci: Add Android 37 emulator to critical UI test matrix
Add an API level 37 (Android 17) emulator to the critical UI test matrix.
API 37 ships only as a minor-versioned image, so the api-level is "37.0"
(the platform and system image packages are android-37.0, not android-37)
and only as google_apis_ps16k; there is no plain google_apis image.
The runner's preinstalled avdmanager is too old to parse the minor version
and writes target=android-0 into the AVD config, so the emulator clamps to
API 3 and boots misconfigured. Update cmdline-tools before creating the AVD,
and key the AVD cache on the tools version to invalidate broken caches.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 5e269de commit 9e9523d
1 file changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
88 | 107 | | |
89 | 108 | | |
90 | 109 | | |
91 | 110 | | |
92 | 111 | | |
93 | 112 | | |
94 | 113 | | |
95 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
96 | 117 | | |
97 | 118 | | |
98 | 119 | | |
| |||
0 commit comments