adb_emulator_start
Launch an Android Virtual Device (AVD) emulator using specified AVD name. Supports headless, cold boot, and GPU mode options.
Instructions
Launch an Android Virtual Device (AVD) emulator. Returns once the emulator process has started.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| avdName | Yes | AVD name (from adb_avd_list) | |
| headless | No | Run without GUI window (-no-window) | |
| coldBoot | No | Force cold boot (-no-snapshot-load) | |
| gpuMode | No | GPU acceleration mode | auto |