Android uses adb wireless for debugging, androidadb
Today, there is a problem with the usb interface on the computer, so I thought that I could connect to the mobile phone through wifi, and then DEBUG eclipse and check logcat.
I searched the internet and found this solution.
Now I want to share it with my android friends.
Prerequisites: You must have installed the android sdk on your windows computer.
Steps:
1. The key thing is to install a magic software on your android phone: Adb Wireless (apk download)
2. After the installation is successful on your mobile phone, the icon
3. Enter the app. The interface is as follows. Click the big button in the middle and the connection information will appear below:
4. Make sure that the adbWireless app has the root permission on your mobile phone. If you are not sure about the permissions, go to the authorization management page to view the permissions:
5. Find the place where the sdk is installed on your computer and run -----> cmd -----> cd to the platform-tools directory under the sdk directory,
Then, tap the content in the yellow box in step 1. Here I am: adb connect 192.168.1.105
When the words connected to appear, it indicates that the wireless connection between your computer and your mobile phone has been successful. At this time, we open the eclipse devices and logcat views, and you will find that the connection is successful:
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.