Wireless Android Debug Bridge (ADB)
- Install Android Platform Tools.
- Enable Developer tools on the Android device.
- Enable “Wireless Debugging” on the Android device.
- Pair ADB
adb pair host:port
- Connect ADB
adb connect host:port
adb pair host:port
adb connect host:port