bundletool-dump
Verified for current stable LTS
Bundletool Dump Command: Display Manifest Value Xpath
Use for display manifest value xpath with Bundletool Dump. Exact CLI syntax to display manifest value xpath using Bundletool Dump.
When to use this: Use for display manifest value xpath with Bundletool Dump.
Command Syntax
bundletool dump manifest --bundle <path/to/bundle.aab> --xpath {/manifest/@android:versionCode} bundletool dump manifest --bundle <path/to/bundle.aab> --xpath `{/manifest/@android:versionCode`} Command Breakdown
--bundle- Command Option
- Tool-specific option used by this command invocation.
--xpath- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to display manifest value xpath using Bundletool Dump.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Bundletool Dump Command: Display Android Manifest Base
bundletool dump manifest --bundle <path/to/bundle.aab> Bundletool Dump Command: Display Android Manifest Module bundletool dump manifest --bundle <path/to/bundle.aab> --module <name> Bundletool Dump Command: Display All Resources bundletool dump resources --bundle <path/to/bundle.aab> Bundletool Dump Command: Display Resource Configuration bundletool dump resources --bundle <path/to/bundle.aab> --resource <type/name> Bundletool Dump Command: Display Resource Config Values bundletool dump resources --bundle <path/to/bundle.aab> --resource <0x7f0e013a> --values