bundletool dump

Manipulate Android Application Bundles. More information: https://developer.android.com/tools/bundletool.

bundletool dump manifest --bundle {{path/to/bundle.aab}}

bundletool dump manifest --bundle {{path/to/bundle.aab}} --xpath {{/manifest/@android:versionCode}}

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}}