Introduction to Android Wireless debugging application through ADB Wireless
It is inconvenient to use data lines to debug applications. This blog introduces how to use the ADB Wireless tool to debug applications wirelessly when mobile phones and computers are on the same network.
ADB Wireless can enable the mobile phone to replace USB connections wirelessly, And the premise of using the ADB tool is that the device is already root.
1. The mobile phone and computer are in the same network
2. download and install the ADB Wireless APP
3. In the terminal window, choose android-sdk development? Http://www.bkjia.com/kf/ware/vc/ "target =" _ blank "class =" keylink "> vcGxhdGZvcm0tdG9vbHPOxLz + character =" write image description here "src =" http://www.bkjia.com/uploads/allimg/160327/0410323339-1.png "title =" \ "/>
4. Enter the following command as prompted on ADB Wireless:
Adb connect 192.168.1.111: 5555
The prompt "connected to 192.168.1.111: 5555" indicates that the connection is successful:
Android environment variables are configured.