Run/install/debug Android applications over Wi-Fi?
Turn on the terminal,then:
- 1st-Connect the device via USB and make sure debugging is working.
2nd-adb tcpip 5555- 3rd-find the IP address with
adb shell netcfgoradb shell ifconfigwith 6.0 and higher 4th-adb connect <DEVICE_IP_ADDRESS>:5555- 5th-Disconnect USB and proceed with wireless debugging.
6th-adb -s <DEVICE_IP_ADDRESS>:5555 usbto switch back when done.
This one work for me
ReplyDelete