ADB or Android Debug Bridge is a command line tool that’s communicate your Android device with a computer. in this article you will learn how to connect ADB Via WIFI.
Steps:
- enable developer options, Go to Settings – Advanced – developers options – Enable Wireless Debugging and grant permissions.
- fall into the wireless debugging. Click on “Connect devices using a connection code”.
- Next, on the PC, go to platform tools folder Open CMD and Send code
adb pair IP:TCP
- TCP from step 2 and press enter
- Pairing with PC is established!
- Next, we can use the standard commands:
adb devices adb shell
- If you failed to connect in step 4, then you need to disable / enable wireless debugging and try again.