Using wireless debugging for Device connection and how to connect android device over wifi for development

Gautam swami


Gautam swami
- Open developer options
- Turn on USB debugging and Wireless Debugging.
- Click on Wireless debugging.
- Click on Pair with pairing code.
- Open your terminal now on your system.
- On terminal type
adb pair host:port code
In this host:port will be available on screen like 192.157.1.8:39486. and code will be the pairing code like 454343 - Now press enter and you are connected to your device.
- Connect both devices with the same wifi in case you are facing an issue.

