Helpless data line connections are often dropped. So looking for WiFi connection adb method, on GitHub search on the client's source code after the compilation run, found that can work, so record.
Corresponding Android client source code in this wifi adb debug client
Install to the phone after compiling. The phone needs root privileges , and for Xiaomi developers, please go to Security Center to open root authorization. When turned on, the software automatically opens the service for the corresponding port. You will be prompted below
*.*.*.*:5555
Open the terminal on the computer and enter the connection command for the Andorid Studio user directly on the Terminal tab below.
D:\code\Mobile\Android\Android\App>adb connect 10.0.0.11:5555adb server is out of date. killing...* daemon started successfully *connected to 10.0.0.11:5555
When the above words indicate that the connection is successful, then the operation is identical to the data line.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Andorid using WiFi to connect to ADB for debugging