-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
No. It's a management tool that works with the Android SDK's built-in emulator. You need the Android SDK installed separately (typically via Android Studio).
Windows, macOS, and Linux — anywhere VS Code and the Android SDK run.
Yes. Any device connected via USB (with USB debugging enabled) or over Wi-Fi (via adb connect) will appear in the Connected Devices panel.
Yes. Caspian Emulator is free and open source under the MIT license.
Yes. Launch multiple AVDs and they'll all appear in the Connected Devices panel. Each can have its own logcat viewer, screen mirror, etc.
The default method uses screencap (~1 FPS). Install scrcpy for much better performance.
Not yet. Currently you use the right-click menu or Command Palette to install APKs via file picker.
Not yet. Current filtering is plain text matching on tag name and message content.
The easiest way is to install Android Studio. The SDK is included. You can also install just the command-line tools.
Check if ANDROID_HOME is set in your environment. On Windows, the default SDK location is %LOCALAPPDATA%\Android\Sdk. You can also set the path manually via caspian.androidSdkPath.
Yes. Install them via Android Studio SDK Manager or:
sdkmanager "system-images;android-34;google_apis;x86_64"