as_apk_compare
Compare the file sizes of two APK files to analyze differences in app size. Returns a JSON table showing size breakdown by component.
Instructions
Compare the file sizes of two APKs (apkanalyzer apk compare).
Args: params (ApkCompareInput): apk_a (baseline), apk_b.
Returns: str: JSON with the comparison table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |