as_launch
Launch Android Studio as a detached process, optionally opening a specific project. Returns immediately with the process ID and status.
Instructions
Launch Android Studio (optionally opening a project), detached.
The IDE is started as an independent process so the call returns immediately with its PID. If a project_dir is given it is passed to studio64.exe to open that project. The IDE's built-in server takes a few seconds to come up.
Args: params (LaunchInput): optional project_dir to open.
Returns: str: JSON with pid, already_running (bool) and the launched command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |