manage_env
Boot, shut down, or restart Android emulators and iOS simulators to manage your device environment for mobile app testing and development.
Instructions
Manage device environment: boot, shutdown, or restart emulators and simulators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| platform | Yes | Target platform | |
| deviceId | No | Device ID, name, or AVD name (optional, uses first available) | |
| waitForReady | No | Wait for device to be fully ready after boot (default: true) | |
| timeoutMs | No | Timeout in milliseconds (default: 120000) |