run_bash
Run any shell command for Android development tasks not covered by dedicated tools, and capture stdout/stderr output.
Instructions
Executes an arbitrary shell command and returns stdout/stderr. Use for anything not covered by run_adb/run_git/run_gradle/run_android_cli.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory. Defaults to current directory. | |
| command | Yes | The full shell command to execute. |