Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisargjhaveri/vscode-remote-adb-server
Connect local Android devices to remote machine for debugging while using remote development in VS Code
https://github.com/nisargjhaveri/vscode-remote-adb-server
android-debug-tools android-development remote-adb remote-development vscode-remote
Last synced: 13 days ago
JSON representation
Connect local Android devices to remote machine for debugging while using remote development in VS Code
- Host: GitHub
- URL: https://github.com/nisargjhaveri/vscode-remote-adb-server
- Owner: nisargjhaveri
- License: mit
- Created: 2024-08-19T19:13:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T20:19:51.000Z (2 months ago)
- Last Synced: 2024-10-09T14:44:27.158Z (about 1 month ago)
- Topics: android-debug-tools, android-development, remote-adb, remote-development, vscode-remote
- Language: TypeScript
- Homepage:
- Size: 538 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# remote-adb-server · Remote Android Development in VS Code
Use local Android devices for debugging when using [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview).
This makes use of the amazing [remote-adb](https://www.npmjs.com/package/remote-adb) npm package.
## Features
- 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`.## Usage
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](https://developer.mozilla.org/en-US/docs/Web/API/USB).