Inspect Android App Bundle modules and packaging
inspect-aabskillsetup L2★1
jason0404/Jason-Android-Marketplace ↗What it does
Inspect Android App Bundle modules, packaging and manifest risks
Best for
Understanding the structure, module split, and native library support of an AAB before release, especially when validating Play Bundle configuration or diagnosing size anomalies.
Inputs
- · Path to .aab file
Outputs
- · Package/version/module/native-library metadata
- · Manifest observations
- · Optional: local .apks archive (bundletool)
- · Optional: HTML report
Requires
- · bundletool
- · android-aab-analyzer
- · android-artifact-report-generator
Preconditions
- · AAB file exists and is valid
- · bundletool located or user-provided path
Failure modes
- · AAB file not found or corrupted
- · bundletool not available (limitation stated rather than guessed)
- · APKs generation fails without bundletool
Trust signals
- · Explicit distinction: AAB is not installable APK
- · bundletool dependency clearly stated
- · apksigner verification correctly forbidden for AAB