分析apk中的这些文件是什么?

What are these files in analyse apk?

这些文件不在我的项目中,但自动包含在 analyze apk?

这些 ab 消耗更多 space 的包是什么?

我相信那些被混淆了 类。

While obfuscation does not remove code from your app, significant size savings can be seen in apps with DEX files that index many classes, methods, and fields. However, as obfuscation renames different parts of your code, certain tasks, such as inspecting stack traces, require additional tools

您可以获得更多信息here