wangdeMBP:android $ adb install /Users/xx/recorder/sample-totalBytes202101.apk
error: more than one device/emulator
Performing Push Install
adb: error: failed to get feature set: more than one device/emulator
wangdeMBP:android $ adb devices
List of devices attached
a6839cb5 device
192.168.199.115:5555 device
192.168.199.241:5555 device
wangdeMBP:android $ adb -s a6839cb5 install /Users/xx/recorder/sample-totalBytes202101.apk
Performing Streamed Install
Success
wangdeMBP:android $
在尝试使用ADB安装APK文件时遇到了'error: more than one device/emulator'的问题。通过运行'adb devices'命令,显示了三个已连接的设备。最终通过指定设备ID(例如adb -sa6839cb5 install)成功安装了应用程序。

820

被折叠的 条评论
为什么被折叠?



