$ 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条经验 获得超18个赞
另一个选择是将环境变量ANDROID_SERIAL设置为相关的序列,这里假设您使用的是Windows:
set ANDROID_SERIAL="7f1c864e"
echo %ANDROID_SERIAL%
"7f1c864e"
然后,您可以使用adb.exe shell而没有任何问题。
- 3 回答
- 0 关注
- 1441 浏览
添加回答
举报
0/150
提交
取消