无法通过ADB连接到Android设备

时间:2018-08-02 12:20:53

标签: android adb

我想使用adb命令控制我的android手机和平板电脑,但是我只能连接到其中一个,而另外两个失败:

这是我从previous解决方案中对该主题的看法:

D:\Android\sdk\platform-tools>ping 10.42.0.16

Pinging 10.42.0.16 with 32 bytes of data:
Reply from 10.42.0.16: bytes=32 time=326ms TTL=64
Reply from 10.42.0.16: bytes=32 time=291ms TTL=64
Reply from 10.42.0.16: bytes=32 time=158ms TTL=64
Reply from 10.42.0.16: bytes=32 time=18ms TTL=64

Ping statistics for 10.42.0.16:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 18ms, Maximum = 326ms, Average = 198ms

D:\Android\sdk\platform-tools>adb kill-server
* server not running *

D:\Android\sdk\platform-tools>adb usb
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
error: no devices/emulators found

D:\Android\sdk\platform-tools>adb connect 10.42.0.16:5555
unable to connect to 10.42.0.16:5555: cannot connect to 10.42.0.16:5555 : No conn
ection could be made because the target machine actively refused it. (10061)

成功连接android设备信息:

Galaxy S7,Android 6.0.1

两个失败的设备信息:

华为G525-U00,Android 4.1.2

Galaxy Note 10,Android 4.4.2

如何解决此问题?

0 个答案:

没有答案