I'm trying to use adb connect
:
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number is specified.
and this is what I get:
mbp:~ alexus$ adb connect 10.0.0.18
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
unable to connect to 10.0.0.18:5555
mbp:~ alexus$
USB debugging
is on and 10.0.0.18 is IP of my Android device, I'm able to do it via USB cable w/out any issues... any ideas?