An elegant and powerful Visual Studio Code extension to simplify wireless debugging of Android devices using ADB. Easily connect, pair (via Code or QR), view logs, and mirror your device screen seamlessly in real time!
- High-Performance Streaming: Fully redesigned live-view screen mirroring streaming at 30+ FPS.
- Native H.264 Video Stream: Uses high-efficiency continuous
adb exec-out screenrecordparsed and played natively usingjmuxerin a VS Code webview. - Low Latency: Experience seamless screen mirror interaction with minimal delay.
- A sleek, unified control panel in the VS Code Sidebar.
- Quick actions for connecting, pairing, and managing devices.
- Support for Auto-Discovery, Pair via QR, Pair via Code, and Direct IP Connection.
- Automatically scans your local area network (LAN) for debug-ready Android devices.
- Leverages mDNS/DNS-SD (Bonjour) and ARP table lookups for swift detection.
- Click to connect or pair immediately without manually keying in IPs.
- View device states, release versions, and real-time battery percentage indicators.
- Quick, inline action buttons to:
- Live View (Internal Screen Mirror)
- Logcat (Streams logs to VS Code Debug Console)
- Disconnect wireless devices
- Delete History items
- ADB (Android Debug Bridge) must be installed and added to your system's environment
PATHvariable. - An Android device on the same local network with Wireless Debugging enabled (found under Developer Options).
- (Optional) For external screen mirroring via windowed mode, scrcpy can be installed on your system.
Open the ADB Wireless tab in the Activity Bar to access the control panel:
- Auto-Discover & Connect: Scan network and connect to visible debugging endpoints automatically.
- Pair via QR: Displays a QR code terminal to pair your phone instantly by scanning it using your device's Wireless Debugging QR code scanner.
- Pair via Code: Enter the 6-digit pair code from your developer options screen.
- Connect IP: Direct connect input by typing device IP and port.
- Refresh: Reload the active device tree.
- Clear History: Erase all stored device connection histories.
Right-click or hover over a device in the tree view to access:
- Live View (30+ FPS): Stream phone screen directly into a VS Code tab.
- Open Logcat: Stream Android system logs into a dedicated VS Code console window.
- Switch to Wireless mode: Enable wireless debugging on a USB-connected device.
- Take Screenshot: Instantly capture the device screen.
- Reboot Device: Perform a system reboot command via ADB.
MIT License © 2026 BBVMLABS