Android 애플리케이션 번들을 조작. 더 많은 정보: https://developer.android.com/tools/bundletool.
AndroidManifest.xml
을 표시:bundletool dump manifest --bundle {{경로/대상/bundle.aab}}
AndroidManifest.xml
의 특정 값을 표시:bundletool dump manifest --bundle {{경로/대상/bundle.aab}} --xpath {{/manifest/@android:versionCode}}
AndroidManifest.xml
을 표시:bundletool dump manifest --bundle {{경로/대상/bundle.aab}} --module {{이름}}
bundletool dump resources --bundle {{경로/대상/bundle.aab}}
bundletool dump resources --bundle {{경로/대상/bundle.aab}} --resource {{type/name}}
bundletool dump resources --bundle {{경로/대상/bundle.aab}} --resource {{0x7f0e013a}} --values
bundletool dump config --bundle {{경로/대상/bundle.aab}}