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
Emulator Run CMD does not default to "default" tag.
it outputs Unknown tag ${tag}. Using default in line 22 but in the next line sets tag = 'google_apis'
I expected line 23 to be tag = 'default'
Alternately I expected the message in line 22 to inform me that google_apis will be used as tag.
Emulator Run CMD does not default to "default" tag.
it outputs
Unknown tag ${tag}. Using default
in line 22 but in the next line setstag = 'google_apis'
I expected line 23 to be
tag = 'default'
Alternately I expected the message in line 22 to inform me that
google_apis
will be used astag
.action-android/emulator-run-cmd/src/main.ts
Lines 20 to 24 in 2e4591b
The text was updated successfully, but these errors were encountered: