An open API service indexing awesome lists of open source software.

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

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).

![Screenshot showing Remote Android view for connecting local android devices](./images/screenshot.png)

## 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".