Run/install/debug Android applications over Wi-Fi?

Turn on the terminal,then:
 
  1. 1st-Connect the device via USB and make sure debugging is working.   

  2. 2nd-adb tcpip 5555

  3. 3rd-find the IP address with adb shell netcfg or adb shell ifconfig with 6.0 and higher

  4. 4th-adb connect <DEVICE_IP_ADDRESS>:5555

  5. 5th-Disconnect USB and proceed with wireless debugging.

  6. 6th-adb -s <DEVICE_IP_ADDRESS>:5555 usb to switch back when done.

Comments

Post a Comment

Popular Posts