-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Caspian-Explorer edited this page Feb 25, 2026
·
1 revision
- VS Code 1.85+
-
Android SDK with
platform-toolsandemulatorinstalled - Recommended: Android Studio (includes SDK)
- Open VS Code → Extensions (
Ctrl+Shift+X) - Search "Caspian Emulator"
- Click Install
code --install-extension caspian-emulator-0.1.0.vsix- Click the phone icon in the Activity Bar
- The extension auto-detects your Android SDK
- If not found, click "Setup Android SDK" and browse to your SDK folder
| 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.