The client downloads a tool called adbwireless to open the ADB mode port
Set the ADB environment variable on the PC side.
Dual-ended connection to the same wifi, get the connection IP to the client
Win7 cmd/adb connect IP (client) connection machine: ADB connect 192.168.0.11
PC-Side Find Android Device Monitor button in the menu bar of Android Studio
Android Device Monitor button
At this point you will be able to see the information about the device you are connecting to. The operation at this time is the same as the USB connection.
Let's introduce the ADB command:
1. ADB Connect IP Connection Machine
2. Download the file
Syntax: ADB pull [filename]/source path/
For example:
ADB pull blade_keypad.kl/system/usr/keylayout/
ADB Pull/sdcard/mp3/1.mp3
3. Uploading Files
Syntax: ADB push [filename]/destination path/
For example:
ADB push qwerty.kl/system/usr/keylayout/
ADB push 1.mp3/sdcard/mp3/
4. Installation program
Syntax: adb install-r [/path/software name. apk]
For example: ADB install-r com.android.vending.apk
ADB install-r com.android.vending.apk
Installation: adb install-r com.android.vending.apk
ADB WiFi interlock Correlation