How to enable wireless debugging with the ADB Android Development



How to enable wireless debugging with the ADB Android Development

How to enable wireless debugging with the ADB   Android Development

Short tutorial on how to enable wireless debugging over WiFi on Android via the ADB.
Commands:
to enable:
adb tcpip 5555
adb connect device-ip:5555

to disable:
adb -s device-ip:5555 usb

Music: Bensound.com

Comments are closed.