You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(device): clarify emulatorImage path is a dir, not a tag
Rename imagePackageTag → imageDir and expand the comment to spell out
that the 3rd path segment is the on-disk system-images directory, not the
image's SystemImage.TagId. They coincide for single-tag images (≤36) but
diverge for API 37's multi-tag 16KB image (dir "google_apis_ps16k" vs tag
"google_apis"), which is why a fully-qualified --package is the sole source
of truth and --tag/--abi are never passed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments