adb_emulator_stop
Stop a running Android emulator gracefully using adb emu kill. Specify the AVD name or device serial to target the emulator.
Instructions
Stop a running emulator. Uses 'adb emu kill' for graceful shutdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| avdName | No | AVD name to stop. If omitted, lists running emulators. | |
| device | No | Emulator device serial (e.g., 'emulator-5554') — alternative to avdName |