Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AndroiderNew to Visual Studio Code? Get it now.
Androider

Androider

rabbit

|
3 installs
| (0) | Free
Android development tools: build, install, logcat, device management for ADB
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Androider

Android development tools extension for Cursor/VSCode.

Features

  • Build & Deploy: Build APK, install to device, and launch app in one click
  • Logcat Viewer: Stream logcat output in integrated terminal
  • Device Management: List connected devices, select target device
  • Screenshot: Capture device screen and save to desktop
  • Environment Setup: Auto-detect Java, Android SDK, and ADB

Commands

Command Description
Androider: Setup Configure Java, Android SDK, and ADB paths
Androider: Dev Build + Install + Launch + Log (all-in-one)
Androider: Build Build release APK
Androider: Install Install APK to connected device
Androider: Uninstall Uninstall app from device
Androider: Log View live logcat
Androider: Find List connected devices
Androider: Info Show device and app info
Androider: Shot Take screenshot
Androider: JKS Generate JKS keystore

Requirements

  • Windows OS with PowerShell
  • Android SDK with platform-tools
  • Java Development Kit (JDK)
  • ADB (Android Debug Bridge)

Installation

From VSIX

  1. Download the .vsix file
  2. In Cursor/VSCode, go to Extensions view
  3. Click ... menu → Install from VSIX
  4. Select the downloaded file

From Source

npm install
npm run compile

Configuration

{
  "androider.javaHome": "C:\\Program Files\\Java\\jdk-17",
  "androider.androidSdk": "D:\\Android\\Sdk",
  "androider.adbPath": "adb",
  "androider.projectPath": "D:\\Projects\\MyAndroidApp"
}

Usage

Quick Start

  1. Press Ctrl+Shift+P to open Command Palette
  2. Type Androider: Setup and press Enter
  3. Configure your Java and Android SDK paths
  4. Open your Android project folder
  5. Run Androider: Dev to build, install, and start logging

Dev Workflow

Androider: Dev → Build APK → Install to Device → Launch App → Start Logcat

License

MIT

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