一.连接
adb connect 192.168.1.10
输出
connected to 192.168.1.10:
二.查看设备
adb devices
输出
List of devices attached
192.168.1.10: device
三.卸载原来的软件
adb uninstall "com.xxx.deliveryrobot"
输出
Success
四.安装新的软件
adb install 新软件.apk
输出
Success
一.连接
adb connect 192.168.1.10
输出
connected to 192.168.1.10:
二.查看设备
adb devices
输出
List of devices attached
192.168.1.10: device
三.卸载原来的软件
adb uninstall "com.xxx.deliveryrobot"
输出
Success
四.安装新的软件
adb install 新软件.apk
输出
Success