用于多个模拟器的 adb wait-for-device
adb wait-for-device for multiple emulators
adb 中有没有办法等待具有特定 name/id 的设备
到目前为止我试过
$adb wait-for-device emulator-5554
$adb wait-for-device -e emulator-5554
$adb wait-for-device - s shell emulator-5554```
but did not work
这应该有效
$ adb -s emulator-5554 wait-for-any-device
adb 中有没有办法等待具有特定 name/id 的设备 到目前为止我试过
$adb wait-for-device emulator-5554
$adb wait-for-device -e emulator-5554
$adb wait-for-device - s shell emulator-5554```
but did not work
这应该有效
$ adb -s emulator-5554 wait-for-any-device