Android development can not be without the real machine debugging, the total use of data line Plug and unplug or not convenient and unstable, in fact, the way to achieve WiFi connection to the Android phone.
1. Of course first to open WiFi, mobile phones and computers in the same LAN.
2. Install adbwireless on the phone (Google play need to search for it), pay attention to the phone is the need to root.
3. After installation, start the adbwireless on the mobile phone, press the big button in the center of the screen to activate the wireless connection:
How to debug with a WiFi connection (without data line) Android phone
4. Follow the on-screen prompts to locate the ADB (Android Debug Bridge) from the Android Sdk\platform-tools directory on your computer, and command line to complete the connection by entering the following command:
ADB Connect xx.xx.xx.xx
How to debug with a WiFi connection (without data line) Android phone
5. Now go back to eclipse to start debugging and find that the connection to the phone has been successfully established:
How to debug with a WiFi connection (without data line) Android phone
These are the data that Android uses WiFi link debugging to continue to add, hoping to help friends in need.