as_open_project
Opens an existing Android project directory in Android Studio. Launches or reuses the IDE instance for that project.
Instructions
Open an existing project directory in Android Studio.
Launches (or reuses) the IDE with the given project. This does not modify project files.
Args: params (OpenProjectInput): project_dir (must exist).
Returns: str: JSON with the launched command and pid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |