简体   繁体   English

如何解码AndroidManifest.xml

[英]How to decode AndroidManifest.xml

I am trying to decode AndroidManifest.xml我正在尝试解码AndroidManifest.xml

I don't want to use APKTOOL or any of its related depedencies because I am trying to write a program that will execute on a machine/device without support for them.我不想使用 APKTOOL 或其任何相关的依赖项,因为我正在尝试编写一个程序,该程序将在不支持它们的情况下在机器/设备上执行。

Is there a name to the type of encoding of AndroidManifest.xml ? AndroidManifest.xml的编码类型有名称吗?

I am trying to write the program in Java, is there any supported libraries that could help?我正在尝试用 Java 编写程序,是否有任何支持的库可以提供帮助?

You don't need to use/download any external tools您不需要使用/下载任何外部工具

Recent versions of Android Studio have a tool to analyze and profile APKs.最新版本的 Android Studio 有一个工具来分析和分析 APK。

In the latest version 3.1.2 (May 12, 2018): Go to File > Profile or Debug Apk does the job and more.在最新版本 3.1.2(2018 年 5 月 12 日)中:转到“文件”>“配置文件”或“调试 Apk”即可完成这项工作等等。

You could try this code: https://gist.github.com/seymores/2425692你可以试试这个代码: https : //gist.github.com/seymores/2425692
It only uses the Java FrameWork and nothing else.它只使用 Java FrameWork 而没有其他任何东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM