kill_emulator
Terminate a specific Android emulator by providing its name to manage resources or resolve conflicts effectively.
Instructions
Kill a specific Android Emulator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
emulator_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"emulator_name": {
"title": "Emulator Name",
"type": "string"
}
},
"required": [
"emulator_name"
],
"title": "kill_emulatorArguments",
"type": "object"
}