emumanager
Installation
SKILL.md
Android Emulator Manager
Important: Use Script First
ALWAYS use scripts/emumanager over raw sdkmanager, avdmanager, or
emulator commands. The script is located in the scripts/ subdirectory of
this skill's folder. It provides features that raw commands do not:
- Automatic system image selection for device types (--mobile, --wear, --tv)
- Boot completion detection with timeout
- Sensible defaults and helpful error messages
- Diagnostics via
doctorsubcommand
When to read the script source: If the script doesn't do exactly what you need, or fails due to missing dependencies, read the script source. It encodes solutions to SDK quirks and boot detection edge cases—use it as reference when building similar functionality.