Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-react-native-adbNew to Visual Studio Code? Get it now.
vscode-react-native-adb

vscode-react-native-adb

BingForge

|
41 installs
| (2) | Free
A VS Code extension to run React Native on ADB devices
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-react-native-adb

vscode-react-native-adb is a Visual Studio Code extension designed to streamline the development and debugging process for React Native applications using Android Debug Bridge (ADB). This extension is specifically made for Android physical devices, allowing easy listing and management of connected devices. It is only supported on Windows, but Mac OS will also support them.

Features

✅ List connected Android physical devices ✅ Restart ADB server ✅ Logcat debugging for React Native apps ✅ One-click access to common ADB commands ✅ Seamless integration with Visual Studio Code

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions Marketplace (Ctrl+Shift+X or Cmd+Shift+X on macOS).
  3. Search for vscode-react-native-adb.
  4. Click Install.
  5. Restart VS Code to apply changes.

Usage

  1. Open a React Native project.
  2. Use the Command Palette (Ctrl+Shift+P / Cmd+Shift+P on macOS).
  3. Type and select one of the available ADB commands:
    • React Native: List Connected Devices
    • React Native: Restart ADB Server
    • React Native: Logcat Debugging
  4. Follow the on-screen instructions.

Requirements

  • Visual Studio Code (latest version recommended)
  • React Native CLI installed globally
  • Android Debug Bridge (ADB) installed and added to system PATH
  • An Android physical device running in developer mode

Troubleshooting

  • Run adb devices in the terminal to check if ADB is correctly installed.
  • Ensure USB debugging is enabled on your Android device.
  • Restart VS Code and reconnect your device.

License

This extension is licensed under the Limited Use License. Redistribution, reselling, and use outside of React Native and VS Code are strictly prohibited.

Support

For issues or feature requests, visit .

Happy coding! 🚀

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft