Boot emulator
boot_emulatorBoot an Android virtual device in the background and wait until the OS finishes booting, then return the adb serial. Optionally set wipeData to factory-reset the device on boot.
Instructions
Boot an AVD in the background and wait until Android finishes booting. Returns the adb serial. Set wipeData to factory-reset the AVD on boot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| avdName | Yes | AVD name from list_avds | |
| wipeData | No | Factory-reset the AVD (erases all data) | |
| timeoutSeconds | No | Boot timeout (default 180) |