1. 程式人生 > >adb 安裝軟體

adb 安裝軟體

 

一.連線

adb connect 192.168.1.10

輸出

connected to 192.168.1.10:5555

 

二.檢視裝置

adb devices

輸出

List of devices attached
192.168.1.10:5555    device

 

三.解除安裝原來的軟體

adb uninstall "com.xxx.deliveryrobot"

輸出

Success

 

四.安裝新的軟體

adb install 新軟體.apk

輸出

Success