Unable to connect Android ADB over TCP/IP

I tried to connect to my phone through WiFi using Android ADB, but I can't connect it.

I tried this steps:

adb kill-server
adb tcpip 5555
adb connect 192.168.1.16:5555

And got this message:

cannot connect to 192.168.1.16:5555: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060)

4 Answers

Check the following:

  1. Your laptop and android device should be connected to the same Wifi network
  2. You have USB driver installed. Details here:

In my case , i was connected to vpn with a vnp client application like Cisco AnyConnect, i have just disconnected that and the problem has been fixed.

Please make sure that your phone and other device is on same network and you are not connected to any VPN on device through which you are making the connection request.

I faced the same problem and what I did at first was just turning off WiFi and turning it back on. It worked for me.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like