$ adb --help...-s SERIAL use device with given serial (overrides $ANDROID_SERIAL)...$ adb devicesList of devices attached emulator-5554 device7f1c864e device...$ adb shell -s 7f1c864eerror: more than one device and emulator?
3 回答

慕容森
TA貢獻1853條經(jīng)驗 獲得超18個贊
另一個選擇是將環(huán)境變量ANDROID_SERIAL設(shè)置為相關(guān)的序列,這里假設(shè)您使用的是Windows:
set ANDROID_SERIAL="7f1c864e"
echo %ANDROID_SERIAL%
"7f1c864e"
然后,您可以使用adb.exe shell而沒有任何問題。
- 3 回答
- 0 關(guān)注
- 1535 瀏覽
添加回答
舉報
0/150
提交
取消