error: cannot connect to daemon: cannot connect to 127.0.0.1:5037 解决办法

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/agave7/article/details/81479121

PS F:\BaiduYunDownload\adb(1)> .\adb.exe connect 192.168.1.2:5555
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
** daemon still not running
error: cannot connect to daemon: cannot connect to 127.0.0.1:5037: 由于连接方在一段时间后没有正确答复或连接的主机没 有反应,连接尝试失败。 (10060)

出错提示如上

寻求解决办法:
PS F:\BaiduYunDownload\adb(1)> ping 127.0.0.1

正在 Ping 127.0.0.1 具有 32 字节的数据:
一般故障。
一般故障。
一般故障。
一般故障。

127.0.0.1 的 Ping 统计信息:
数据包: 已发送 = 4,已接收 = 0,丢失 = 4 (100% 丢失),

发现回环地址ping 不通

回环地址ping 不通 ,原因是windows 防火墙开启了,关闭即可。

总结:
error: cannot connect to daemon: cannot connect to 127.0.0.1:5037 解决办法
关闭windows防火墙

猜你喜欢

转载自blog.csdn.net/agave7/article/details/81479121