eclipse DeviceMonitor - 发送跟踪请求失败
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25323077/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
DeviceMonitor - Sending Tracking request failed
提问by Eun
I am using the latest Android SDK bundle for mac (adt-bundle-mac-x86_64-20140702
).
我正在使用适用于 mac ( adt-bundle-mac-x86_64-20140702
)的最新 Android SDK 包。
I am getting these errors when I try to use adb. (Launching App, Debugging etc.)
当我尝试使用 adb 时出现这些错误。(启动应用程序、调试等)
[2014-08-15 09:54:39 - DeviceMonitor] Sending Tracking request failed!
[2014-08-15 09:54:39 - DeviceMonitor] Adb connection Error:EOF
DDMS is 23.0.2.1259578
DDMS是 23.0.2.1259578
Killing adb server and restarting makes the device (Nexus 4) appear in command line. But Eclipse is still throwing errors.
杀死 adb 服务器并重新启动会使设备(Nexus 4)出现在命令行中。但是 Eclipse 仍然抛出错误。
Mac Version is 10.9.4
Mac 版本是 10.9.4
回答by Eun
I found the solution:
我找到了解决方案:
I have used a software that redirects all my connections trough a Proxy. After turning off this application it works without problems.
我使用了一种通过代理重定向所有连接的软件。关闭此应用程序后,它可以正常工作。
Eclipse connects to adb via tcp over ::ffff:127.0.0.1
. Add the address to you ignore list and you are fine.
Eclipse 通过 tcp over 连接到 adb ::ffff:127.0.0.1
。将地址添加到您的忽略列表中,您就可以了。