For Ubuntu / Linux:
./adb devices
to list the connected devices. Make sure it is only one device connected and no emulator running../adb shell
then netcfg
. You will see a list of IP addresses. Find wlan0
, in my case 192.168.100.3/2../adb tcpip 5555
./adb connect <Your device IP Address>:5555
in your terminal. You can now deploy the application to your device over Wi-Fi.