run_android_cli
Run Android CLI commands to create projects, launch apps, analyze files, and manage emulators, then get the output.
Instructions
Executes an Android CLI command and returns stdout. Use for: android create, android run, android studio analyze-file, android studio version-lookup, android layout, android screen capture, android emulator, android skills, android docs. Requires Android CLI installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory (project root). Defaults to current directory. | |
| command | Yes | The android sub-command and args. e.g. 'studio version-lookup agp kotlin compose' or 'studio analyze-file app/src/main/java/com/example/PlayerScreen.kt' |