- #1
- 964
- 667
I have enabled Wireless Debugging on my Android phone. The wireless debugging setup screen displays an IP address and a port number.
When I do this:
... it says "failed to connect ... connection refused".
Why is that?
Edit:
When I do this:
Code:
adb connect 192.168.1.22:33237
Why is that?
Edit:
- BTW, I am able to connect ADB to the phone via USB.
- It I do
adb tcpip 33237
it says "no devices/emulators found"
Last edited: