用 adb devices 命令的時候不是出現(xiàn)的序列號 并且用shell monkey命令的時候報異常
用adb devices 命令的時候報異常:protocol fault (couldn't read status):Connection reset by peer ?
用shell monkey 1000的時候報異常:no devices/emulators found
用adb devices 命令的時候報異常:protocol fault (couldn't read status):Connection reset by peer ?
用shell monkey 1000的時候報異常:no devices/emulators found
2016-10-14
舉報
2016-10-14
首先需要確定adb devices是能看到手機(jī)名稱的,如果這一步?jīng)]通過,后面的monkey命令自然不會運(yùn)行。 執(zhí)行 adb kill-server, 再執(zhí)行 adb start-server, 然后 adb devices 看看可不可以
2016-10-17