list-emulators

List installed Android emulators with metadata such as API level and resolution.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/powdream/claude-plugins --skill list-emulators
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-emulators
Source: https://github.com/powdream/claude-plugins/tree/main/plugins/android-tools/skills/list-emulators
Command: npx skills add https://github.com/powdream/claude-plugins --skill list-emulators

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Developers and QA teams need a quick way to see which Android emulators (AVDs) are installed and what their specs are before running tests or builds.

Core Features & Use Cases

  • Detects and reports installed AVDs with key metadata: name, device, API level, resolution, image tag, and Play Store support.
  • Enables informed selection and automation: pick an emulator that matches required specs for testing, CI jobs, or local development.
  • Use Case: verify available environments prior to running a multi-configuration test suite, ensuring compatibility across API levels and screen sizes.

Quick Start

Run the script located in this skill's directory to list emulators: bash ./scripts/list-emulators.sh

Frequently Asked Questions about list-emulators

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

FAQPage Schema
How do I list installed Android emulators with their API level and resolution?

To list installed Android emulators, run the provided shell script which uses Android SDK tools to enumerate AVDs and output structured details like name, device, API level, resolution, image tag, and Play Store support.

What Android emulator details do I need to check before running a multi-configuration test suite?

Checking emulator specs like API level, resolution, and Play Store availability ensures your selected AVDs match the required configurations for your multi-configuration test suite.

Can I get Android Virtual Device metadata for CI job automation?

Yes, the script detects installed AVDs and reports structured metadata, enabling automation systems to select an emulator that matches required specs for reliable CI jobs.

Does this Android emulator inventory tool require Android SDK dependencies?

Yes, this skill relies on the Android SDK tools to enumerate AVDs and extract their associated metadata for development and testing workflows.

What is the best way to inventory AVDs to select the right environment for local development?

The best way to inventory AVDs is to run the script which detects installed emulators and reports their specs, enabling informed selection of the right environment for local development.

Why should I verify available Android emulator environments prior to running a build?

Verifying available Android emulator environments prior to running a build ensures compatibility across API levels and screen sizes, which improves build reliability and prevents test failures.