as_project_backup
Creates a timestamped ZIP backup of an Android project, excluding build artifacts. Use it to archive source code safely.
Instructions
Create a timestamped .zip backup of a project (excluding build artefacts).
Args: params (ProjectPathInput): project_dir.
Returns: str: JSON with the backup zip path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |