【发布时间】:2015-11-11 15:03:53
【问题描述】:
自从我更新了 SDK 23.0.2 和 AndroidStudio 1.4 后,我在通过 ADB 访问 genymotion 模拟器时遇到了问题。 这是我的 linux 机器所做的:
pepperonas@pepperonas-Allstar ~/IdeaProjects/Android/TruthOrDare $ adb uninstall com.pepperonas.truthordare
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
- waiting for device -
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
error:
adb server is out of date. killing...
* daemon started successfully *
- waiting for device -
adb server is out of date. killing...
* daemon started successfully *
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
- waiting for device -
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
error: device '(null)' not found
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
- waiting for device -
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
error: device '(null)' not found
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
- waiting for device -
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
error: device '(null)' not found
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
- waiting for device -
adb server is out of date. killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
error: device '(null)' not found
adb server is out of date. killing...
^C
pepperonas@pepperonas-Allstar ~/IdeaProjects/Android/TruthOrDare $
不是很有用,但也许有人知道出了什么问题...即使重新启动(模拟器和计算机)也无济于事。
【问题讨论】:
标签: android connection adb