android-emulator

Manage Android Virtual Devices via command-line lifecycle operations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/abhiroopb/synthetic-mind --skill android-emulator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-emulator
Source: https://github.com/abhiroopb/synthetic-mind/tree/main/skills/android-emulator
Command: npx skills add https://github.com/abhiroopb/synthetic-mind --skill android-emulator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the complex and often error-prone process of managing Android Virtual Devices (AVDs) through the command line.

Core Features & Use Cases

  • Create, Start, Stop, List, Delete, Wipe: Full lifecycle management of Android emulators.
  • Automatic SDK Detection: Finds your Android SDK installation without manual configuration.
  • Clean Boot: Ensures emulators start fresh without relying on potentially corrupted snapshots.
  • Use Case: Developers can quickly spin up specific emulator configurations for testing app builds, or automate the setup of testing environments.

Quick Start

Use the android-emulator skill to start the Pixel 7 emulator for testing.

Frequently Asked Questions about android-emulator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Android Virtual Devices from the command line?

You can manage Android Virtual Devices from the command line by using a streamlined interface to create, start, stop, list, and wipe emulators. This simplifies the complex process of handling AVDs without manual SDK configuration.

Does the emulator manager automatically detect the Android SDK path?

Yes, the emulator manager automatically detects the Android SDK path. It finds your Android SDK installation without requiring manual configuration, lowering the entry barrier for setting up testing environments.

How do I ensure a clean boot for an Android emulator?

To ensure a clean boot for an Android emulator, you can use the wipe function. This starts the emulator fresh without relying on potentially corrupted snapshots, ensuring reliable testing conditions.

Can I automate the setup of Android emulator testing environments?

Yes, you can automate the setup of Android emulator testing environments. Developers can quickly spin up specific emulator configurations for testing app builds through the command-line interface.

What is the best way to handle the full lifecycle of an Android emulator?

The best way to handle the full lifecycle of an Android emulator is using a dedicated command-line tool. It provides full lifecycle management, allowing you to create, start, stop, list, delete, and wipe emulators with ease.