贵阳响应式网站开发,深圳网页设计公司排行,毕设做网站和app,网站设计欣赏心得体会文章目录 问题解决办法列出所有设备先选择设备#xff0c;再进行命令 问题
adb.exe: more than one device/emulator原因就是当前已经连接多台设备。
解决办法
列出所有设备
adb devices如下#xff1a;有多个设备
List of devices attached
2270000938 device
172… 文章目录 问题解决办法列出所有设备先选择设备再进行命令 问题
adb.exe: more than one device/emulator原因就是当前已经连接多台设备。
解决办法
列出所有设备
adb devices如下有多个设备
List of devices attached
2270000938 device
172.16.29.22:5555 device先选择设备再进行命令
选择一个设备后面加上需要操作的命令即可
添加-s和设备名
adb -s 设备名 命令下面以查看cpu架构为例
adb -s 172.16.29.22:5555 shell getprop ro.product.cpu.abi输出
armeabi-v7a