Android apk view AndroidManifest.xml content

A tool AXMLPrinter2.jar is needed here, which can be downloaded from the Internet

First, change the suffix of .apk to .zip and decompress the file.

You can see that there is an AndroidManifest.xml file in the root directory. If you open it directly at this time, it will be a bunch of garbled characters.

Then drag AXMLPrinter2.jar to the same level directory as AndroidManifest.xml

Run the following command from the command line

java -jar AXMLPrinter2.jar AndroidManifest.xml > AndroidManifest.txt

An AndroidManifest.txt file will be generated in the directory

 

Open the txt file and you can view it normally

 

Guess you like

Origin blog.csdn.net/shaobing32/article/details/122886187