shutdown_emulator
Power off a running Android emulator when you are finished using it. Frees resources by stopping the emulator via ADB.
Instructions
Power off a running emulator (adb emu kill). Use when you are done with a device you booted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. |