So, I am following a few online tutorials for setting up debugging Android applications via Wi-Fi, as my USB connection is broken.
The first command line input gives me problems.
I am typing
adb tcpip 5555
and get this message:
Restarting in TCP mode port 5555
This message just hangs and the process does not end.
I tried different port numbers, same thing. I tried to connect to the IP address of the device and no luck.
Any ideas?
source share