Use local Android devices for debugging when using VS Code Remote Development.
This makes use of the amazing remote-adb npm package.
- Connect and share USB connected Android devices directly from the web interface.
- Easily start server and open the web interface to connect devices.
- Connected devices are available for debugging using any tools on the remote machine via
adb
.
Once installed, simply search and execute these commands to get started.
-
Remote Android: Open in browser to connect Android devices
- Start server and open the web interface.
- Follow on-screen interface to connect a device.
-
Remote Android: Stop server
- Stop the running server
*** The web interface is currently only supported Chromium-based browsers. See compatibility for WebUSB API.