as_avd_start
Boot an Android Virtual Device (AVD) in the emulator with options for cold boot, wipe data, headless mode, and waiting for boot completion.
Instructions
Boot an AVD in the emulator (detached) and optionally wait for boot.
Args: params (AvdStartInput): name, cold_boot, wipe_data, headless, wait_boot.
Returns: str: JSON with the emulator pid and (if wait_boot) the booted serial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |