bundletool-dump

dump Command-line tool to manipulate Android Application Bundles. More information:…

bundletool dump

Command-line tool to manipulate Android Application Bundles. More information: https://developer.android.com/studio/command-line/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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← bundletool bundletool-validate →