Manipulate Android Application Bundles. More information: https://developer.android.com/tools/bundletool.
AndroidManifest.xml
of the base module:bundletool dump manifest --bundle path/to/bundle.aab
AndroidManifest.xml
using XPath:bundletool dump manifest --bundle path/to/bundle.aab --xpath /manifest/@android:versionCode
AndroidManifest.xml
of a specific module:bundletool dump manifest --bundle path/to/bundle.aab --module name
bundletool dump resources --bundle path/to/bundle.aab
bundletool dump resources --bundle path/to/bundle.aab --resource type/name
bundletool dump resources --bundle path/to/bundle.aab --resource 0x7f0e013a --values
bundletool dump config --bundle path/to/bundle.aab