start_emulator
Launch an Android Emulator by specifying its name using this tool, designed to streamline emulator management on the espresso-mcp server.
Instructions
Start an Android Emulator by name
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": "start_emulatorArguments",
"type": "object"
}