aapt2 | Cheatsheet
Print the contents of the AAPT2 Container (APC) generated fom compilation
aapt2 dump badging base.apk
Print every configuration used by a resource in the APK
aapt2 dump configurations base.apk
aapt2 dump permissions base.apk
Print the contents of the resource table string pool in the APK
aapt2 dump strings base.apk
Print the parents of a style in an APK
aapt2 dump styleparents base.apk
Print the contents of the resource table from the APK
aapt2 dump resources base.apk
aapt2 dump chunks base.apk
Print the string pool of a compiled xml in an APK
aapt dump xmltree base.apk AndroidManifest.xml > AndroidManifest.txt
Print the tree of a compiled xml in an APK
aapt2 dump xmltree base.apk
Print the resources of an APK
aapt2 dump overlayable base.apk