start_emulator
Launch an Android Virtual Device with cold or quick boot, wait for Android to fully boot, and select it as active for ADB interactions.
Instructions
Start an Android Virtual Device with quick or cold boot, wait for Android to finish booting, and select it as active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| avd_name | Yes | AVD name returned by list_avds | |
| headless | No | Start without a window. Keep false when OBS needs to capture the emulator window. | |
| boot_mode | No | Use cold to skip loading snapshots; quick allows the emulator to restore one | cold |
| timeout_ms | No |