adb 执行 install -r 安装命令时 报错:more than one device/emulator
这个是时候需要为adb 指定命令执行设备 如下:
adb -s 设备序列号 install apk所在地址
adb -s d5ebc463 install E:\Downloads\713f912852bebd6eQpdSjwbaL4b1HY.apk
adb 获取设备序列号:
adb devices
adb 执行 install -r 安装命令时 报错:more than one device/emulator
这个是时候需要为adb 指定命令执行设备 如下:
adb -s 设备序列号 install apk所在地址
adb -s d5ebc463 install E:\Downloads\713f912852bebd6eQpdSjwbaL4b1HY.apk
adb 获取设备序列号:
adb devices