使用ADB将支持Android的设备连接到计算机

使用ADB将支持Android的设备连接到计算机,android,adb,Android,Adb,我在使用ADB将三星Galaxy S3与计算机连接时遇到问题。认为我到目前为止所做的都是在 1.Installed Samsung_USB_Driver_for_Mobile_Phones_v1.5.14.0. 2.In my device i have enabled USB Debugging. 3.Below are the commands that i have tried until now 1]adb devices -> Works 2]adb tcpip 5555 -&

我在使用ADB将三星Galaxy S3与计算机连接时遇到问题。认为我到目前为止所做的都是在

1.Installed Samsung_USB_Driver_for_Mobile_Phones_v1.5.14.0.
2.In my device i have enabled USB Debugging.
3.Below are the commands that i have tried until now

1]adb devices -> Works
2]adb tcpip 5555 -> Works
3]adb connect 192.168.2.11:5555 -> unable to connect to 192.168.2.11:5555:5555`
我无法通过第三个命令,如果有人能帮我解决这个问题,那就太好了

问候,,
Abhishek

并使用“adb外壳”命令?尝试
adb connect 192.168.2.11
(无端口号)@Marcelo-尝试不起作用,无论如何,谢谢你。只是猜测一下,考虑到它在错误上显示了两个端口号
192.168.2.11:5555:5555
。一位朋友的galaxy Note也有类似的问题。三星驱动程序可能有漏洞?@nbe_42-尝试了adb shell connect 192.168.2.11:5555,不工作,只是挂断了,谢谢你。