gpt4 book ai didi

android - 无法通过 TCP/IP 连接 Android ADB

转载 作者:可可西里 更新时间:2023-11-01 02:30:39 28 4
gpt4 key购买 nike

我正在尝试让 Android 调试桥通过 wifi 从我的 64 位 Windows 7 台式电脑连接到我的 Nexus10。我通过 USB 连接设备,然后按照“How can I connect to Android with ADB over TCP? ”操作,但最后收到一条无法连接的错误消息:

C:\adt-bundle\sdk\platform-tools>adb usb
restarting in USB mode

C:\adt-bundle\sdk\platform-tools>adb devices -l
List of devices attached
R32D300NXJV device product:mantaray model:Nexus_10 device:manta


C:\adt-bundle\sdk\platform-tools>adb tcpip 5555
restarting in TCP mode port: 5555

C:\adt-bundle\sdk\platform-tools>adb connect 192.168.231.2
unable to connect to 192.168.231.2:5555

为了开始对此进行调试,我尝试从我的台式计算机对 Nexus10 执行 ping 操作。两个设备都连接到同一个路由器,对于台式电脑是通过电缆连接的,对于 Nexus10 是无线连接的。然而,我得到了

C:\adt-bundle\sdk\platform-tools>ping 192.168.231.2

Pinging 192.168.231.2 with 32 bytes of data:
Reply from 192.168.231.61: Destination host unreachable.
Reply from 192.168.231.61: Destination host unreachable.
Reply from 192.168.231.61: Destination host unreachable.
Reply from 192.168.231.61: Destination host unreachable.

Ping statistics for 192.168.231.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

返回“Destination host unreachable”的IP地址192.168.231.61是我台式电脑的IP地址。虽然 ping 不工作,但我不知道无法 ping 是我的 ADB 问题的根源还是与问题无关。

我正在运行 Android Debug Bridge 版本 1.0.31。谁能帮忙?

最佳答案

这一定是网络问题,因为当我通过不同子网上的无线网络连接时,(1) 我能够从我的桌面 ping 通 nexus10,并且 (2) ADB 通过 TCPIP 连接正常。所以我的结论是,我的桌面/路由器/nexus10 在同一子网上时有一些奇怪的路由不兼容,当它们在不同子网上时消失。

还是谢谢你

关于android - 无法通过 TCP/IP 连接 Android ADB,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15860274/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com