A comprehensive VS Code extension for managing Android devices via ADB directly from your editor. Visualize, control, and debug Android devices with ease.
Features
Device Management: View connected devices and their status in a hierarchical tree view.
App Control: target specific applications to Uninstall, Clear Storage (User-aware), Clear Cache, or Force Stop.
Device Control: Quickly take screenshots, record screen, toggle Wi-Fi, 'Show Touches', and 'Layout Bounds'.
System Info: View consolidated device information including Battery, IP, Android Version, and Display metrics (with automatic DP conversion).
Real-time Monitoring: Automatically detects User ID changes on the device and updates context-aware paths.
Logcat Integration: Create multiple logcat sessions with custom tag filters, priority levels, and historical time toggles.
File & Text Search: Search for files (find) or text content (grep) directly on the device.
Automotive Tools: specialized support for Android Automotive OS (Car Properties).
System Access: easy access to ADB Root, Unroot, and Remount commands.
Usage
ADB Devices View
The "ADB Manager" view in the Side Bar automatically lists connected Android devices.
Target App: Click Select Target App under a device to focus operations on a specific package.
Enables the Control app menu.
Control App:
Uninstall / Force Stop: Manage the target app lifecycle.
Clear Data/Cache: Clears storage for the current active user automatically.
Dumpsys: Quickly dump Package, Meminfo, or Activity stack for the target app.
Control Device:
Screenshot: Captures screen and opens it in VS Code.
Screen Record: Records screen to MP4 and opens it upon completion.