https://github.com/nisargjhaveri/vscode-remote-adb
Connect local Android devices to remote machine for debugging
https://github.com/nisargjhaveri/vscode-remote-adb
android-debug-tools android-development remote-adb remote-debugging remote-development vscode-remote
Last synced: 2 months ago
JSON representation
Connect local Android devices to remote machine for debugging
- Host: GitHub
- URL: https://github.com/nisargjhaveri/vscode-remote-adb
- Owner: nisargjhaveri
- License: mit
- Created: 2023-01-18T17:19:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T20:41:49.000Z (over 1 year ago)
- Last Synced: 2025-03-07T20:37:45.126Z (over 1 year ago)
- Topics: android-debug-tools, android-development, remote-adb, remote-debugging, remote-development, vscode-remote
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=nisargjhaveri.remote-adb
- Size: 1.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-remote-adb · Remote Android Development in VS Code
Use local Android devices or emulators for debugging when using [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview).

## Features
- Connect and share locally connected Android devices directly from VS Code, using the [remote-adb](https://www.npmjs.com/package/remote-adb) utility.
- Share wireless or USB connected device including locally running Android Emulators.
- Connected devices are available for debugging using any tools on the remote machine via `adb`.
## Quick Start
- Find the "Remote Android" view in Debug panel, when connected to remote host.
- Choose a device and "Connect to Remote".