Specify ADB_SERIAL for emulator

This commit is contained in:
topjohnwu
2025-04-13 21:43:11 -07:00
parent cb08504fe5
commit c1e061603b
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,7 @@ emu="$ANDROID_HOME/emulator/emulator"
sdk="$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager"
avd="$ANDROID_HOME/cmdline-tools/latest/bin/avdmanager"
boot_timeout=600
boot_timeout=100
core_count=$(nproc)
if [ $core_count -gt 8 ]; then