Android Studio Apk Analyzer

Android Studio provides the Apk Analyzer function, which allows you to directly see the internal composition of your APK file after compiling the Android program.

Official website link:

apkanalyzer  |  Android 开发者  |  Android Developersicon-default.png?t=L9C2https://developer.android.google.cn/studio/command-line/apkanalyzer

effect:

1. View the sub-files and sizes contained in the APK file
2. Understand the composition of the DEX file
3. Quickly view the final version of some files, such as AndroidMainfest.xml 
4. Compare the two APKs side by side

how to use:

Build——>Analyze apk and then select apk.

Guess you like

Origin blog.csdn.net/xueyoubangbang/article/details/121079962
Recommended