as_project_validate
Validates Android project structure and reports structural issues, returning validity, problems, and detailed checks.
Instructions
Check that a project has the expected structure and report problems.
Args: params (ProjectPathInput): project_dir.
Returns: str: JSON with 'valid' (bool), 'problems' (list) and 'checks' (dict).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |