Skip to content

Commit 1845fd0

Browse files
runningcodeclaude
andcommitted
ci: Try the Android 37.1 emulator image
The 37.0 system image crashes system_server on every APK install (PackageManagerInternal NPE). Try the newer 37.1 minor revision, which may include the platform fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 165cda4 commit 1845fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests-ui-critical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
target: google_apis
7676
channel: canary # Necessary for ATDs
7777
arch: x86_64
78-
- api-level: "37.0" # Android 17; API 37 ships only as a minor-versioned image
78+
- api-level: "37.1" # Android 17; API 37 ships only as a minor-versioned image
7979
target: google_apis_ps16k # API 37 has no plain google_apis image
8080
channel: canary # Necessary for ATDs
8181
arch: x86_64

0 commit comments

Comments
 (0)