Saturday, 17 April 2021

Android ADB - failed to connect to '192.168.1.4:5037': Connection refused

When I try to connect my mobile device using adb connect 192.168.1.4:5037 i get failed to connect to '192.168.1.4:5037': Connection refused error sometimes.

How can I fix this? This issue happens intermittently. What is the reason behind this & how to fix it?

I even tried killing and restarting adb server

My steps

adb tcpip 5555
adb connect 192.168.1.4:5555

Additional Info

  1. Device - Poco F1
  2. Android - 10


from Android ADB - failed to connect to '192.168.1.4:5037': Connection refused

No comments:

Post a Comment