Inspect the user's .aab release artifact.
Workflow
- Confirm the AAB path and record name and size.
- Locate
bundletoolfrom a user-provided path or available project/environment context. - Invoke
android-aab-analyzer. - Report confirmed package/version/module/native-library/manifest observations where available.
- When requested and
bundletoolis available, generate a local.apksarchive in an output directory for further APK inspection. Never overwrite the original AAB. - Invoke
android-artifact-report-generatorwhen an HTML deliverable is required.
Rules
- An AAB is not an installable APK.
- Do not claim that
apksignerverifies an AAB. - If
bundletoolis missing, state the limitation instead of guessing.