as_gradle_assemble
Build APK(s) by running a Gradle assemble variant and return the artifact paths (APK, AAB, mapping).
Instructions
Build APK(s) with assemble and report the produced artefacts.
Equivalent to Android Studio's "Build > Build APK(s)". After a successful build the response lists the produced .apk paths under build/outputs.
Args: params (GradleAssembleInput): project_dir, variant ('Debug'/'Release'), optional module (':app'), timeout.
Returns: str: JSON with gradle status, command, and 'outputs' {apk,aab,mapping}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |