Answers for "failed to connect to '192.168.1.6:5555': connection refused"

2

adb failed to connect to '192.168.0.9:5555': Connection refused

#connect your device via usb
adb usb
adb tcpip 5555
adb connect 192.168.10.1:5555
Posted by: Guest on July-07-2021

Code answers related to "failed to connect to '192.168.1.6:5555': connection refused"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language