Analyze APK
Overview
Section titled “Overview”Inspect an APK to see its size, version info, SDK targets, method/field reference counts, and optionally the full file listing and manifest.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
apkPath | string | Yes | — | Absolute path to the APK file |
detail | "summary" | "full" | No | summary | Level of detail |
Examples
Section titled “Examples”Analyze my debug APK
Show full APK analysis with manifest for my release APK
Analyze the APK at ./app/build/outputs/apk/debug/app-debug.apk
Related Tools
Section titled “Related Tools”- APK Permissions — Check declared permissions
- Gradle Build — Build the APK first