ADB, Wifi and Eclipse: how I can configure?

First, run ‘adb connect ip:port’, like adb connect <phone-ip-address>, from console/terminal (with your IP address and port of cause). This makes adb service to connect to your device via network. Port 5555 is used by default if no port number is specified. Then check that device is correctly connected: run adb devices from console/terminal (make … Read more

tech