CLI tool to aid with Android Wireless debugging (searching, pairing and connecting devices) without Android Studio.
Also check out my desktop app with similar features: https://github.com/downace/adb-helper-desktop
Download binary for your platform from Releases page,
or use go install github.com/downace/adb-helper-cli
Search devices and connect interactively:
adb-helper connectSearch devices and connect to the first found device:
adb-helper --use-firstPair to device using QR-code:
adb-helper pair --qrPair to device using pairing code:
adb-helper pair --codeIf ADB executable is not in your system Path, you can specify it using --adb:
adb-helper --adb "C:\Android\platform-tools\adb.exe" connectDownload ADB executable:
adb-helper download- Simplify interface. Less interactivity, more arguments
- Add option to download ADB executable
- Controllable output (
--quietand--verboseflags), logging


