Last Updated: June 14, 2016
·
926
· danggrianto

adb connect to device over wifi

  • connect the device using usb first
  • change connection using tcpip adb tcpip 5555.
  • If more than one device connected adb -s device-serial tcpip 5555
  • check ip address on the device
  • connect adb adb connect device-ip-address:5555