adb install apk多台android设备连接的时候怎么输入命令
先查看设备列表:
$ adb devices
List of devices attached
9f31c2c4 device
emulator-5554 device
得到设备如下9f31c2c4 , emulator-5554
我想安装到9f31c2c4,输入
$ adb -s 9f31c2c4 install path(apk)
adb install apk多台android设备连接的时候怎么输入命令
先查看设备列表:
$ adb devices
List of devices attached
9f31c2c4 device
emulator-5554 device
得到设备如下9f31c2c4 , emulator-5554
我想安装到9f31c2c4,输入
$ adb -s 9f31c2c4 install path(apk)
本文标题:adb install apk多台android设备连接的时候
本文链接:https://www.haomeiwen.com/subject/mvtwaxtx.html
网友评论