Skip to content

Getting Started

Caspian-Explorer edited this page Feb 25, 2026 · 1 revision

Getting Started

Prerequisites

  • VS Code 1.85+
  • Android SDK with platform-tools and emulator installed
  • Recommended: Android Studio (includes SDK)

Installation

From Marketplace

  1. Open VS Code → Extensions (Ctrl+Shift+X)
  2. Search "Caspian Emulator"
  3. Click Install

From VSIX

code --install-extension caspian-emulator-0.1.0.vsix

First Run

  1. Click the phone icon in the Activity Bar
  2. The extension auto-detects your Android SDK
  3. If not found, click "Setup Android SDK" and browse to your SDK folder

Where is my SDK?

Platform Default Location
Windows %LOCALAPPDATA%\Android\Sdk
macOS ~/Library/Android/sdk
Linux ~/Android/Sdk

The extension also checks ANDROID_HOME and ANDROID_SDK_ROOT environment variables.

Clone this wiki locally