1.ADB错误“more than one device and emulator”的方法
使用命令 adb device
可以查看设备,当设备不止一个时,如果想进入shell,输入adb shell
会报错,说有过个设备.这时可以用adb -s [设备名称] shell
来指定设备.
adb技巧及问题解决方案汇总
最新推荐文章于 2025-05-22 17:17:09 发布
1.ADB错误“more than one device and emulator”的方法
使用命令 adb device
可以查看设备,当设备不止一个时,如果想进入shell,输入adb shell
会报错,说有过个设备.这时可以用adb -s [设备名称] shell
来指定设备.