Hello Guys,
In this article I am going to show you how to connect android debugging wireless without data cable. Many time while debugging app or sites from devices gives us trouble while debugging from android devices. We need to use data cable which is very boring way to debug. With this article I will show you how you can easily debug without using cable and upgrade your skill one steps forward.
adb devices
adb tcpip 5555
Setting->About Phone->Status
to get your device IP. Also make sure your device and computer is connected to the same network.adb connect <your device IP>:5555
. Now if you run adb device
it should show your device.
adb disconnect <your device IP>:5555
TIP: You do not have to repeat the process every time until you restart your device. Enjoy