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 connect
Search devices and connect to the first found device:
adb-helper --use-first
Pair to device using QR-code:
adb-helper pair --qr
Pair to device using pairing code:
adb-helper pair --code
If ADB executable is not in your system Path, you can specify it using --adb
:
adb-helper --adb "C:\Android\platform-tools\adb.exe" connect
Download ADB executable:
adb-helper download
- Simplify interface. Less interactivity, more arguments
- Add option to download ADB executable
- Controllable output (
--quiet
and--verbose
flags), logging