as_avd_stop
Stop a running Android emulator using adb emu kill command. Optionally specify emulator serial to target a specific instance.
Instructions
Stop a running emulator (adb emu kill).
Args: params (AvdStopInput): optional serial (else the first running emulator).
Returns: str: JSON with the command output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |