build_app
Compile Android or iOS projects from a given directory and return the artifact path. Specify platform, project type, and build variant.
Instructions
Build a project for Android or iOS and return the built artifact path. Does not install. platform and projectType are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant | No | Optional build variant (e.g., Debug/Release) | |
| platform | Yes | Platform to build for (required). | |
| projectPath | Yes | Path to project directory (contains gradlew or xcodeproj/xcworkspace) | |
| projectType | Yes | Project type to guide build tool selection (required). |