标签:android adb
首先使用adb devices查看所有的设备,然后在adb 后面添加“-s 设备名”来使用adb命令,如:
adb -s MSM8125QE988 install xxx.apk
adb "more than one device and emulator" 解决方法
原文地址:http://blog.csdn.net/only2xlr/article/details/44960417