linux下adb设置:如何在Linux快速搭建一套ADB环境
linux下adb设置:如何在Linux快速搭建一套ADB环境https://developer.aliyun.com/article/928228出现以上情况可以使用“-s”参数来指定要操作的设备,例如:adb -s 66J5T19614010786 shellhttps://www.jianshu.com/p/f635b492cc7c
6.接入Android设备部署完adb环境,Android设备开启USB调试模式后,直接插入Linux服务器设备即可
adb devices
当PC接入的Android设备数量>1台时,执行adb命令会报错提示“adb: more than one device/emulator”
出现以上情况可以使用“-s”参数来指定要操作的设备,例如:
adb -s 66J5T19614010786 shell
https://www.jianshu.com/p/f635b492cc7c
https://developer.aliyun.com/article/928228