Android 如何从PC中提取apk文件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12280674/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to extract apk file from PC?
提问by Jahir
I am able to extract my application apk file from PC. I am using the steps are 1. Add .zip after myapp.apk.zip
我能够从 PC 中提取我的应用程序 apk 文件。我使用的步骤是 1. 在 myapp.apk.zip 之后添加 .zip
The APK file has been extracted successfully. But I am not able to see the XML file content.
APK 文件已成功提取。但是我看不到 XML 文件内容。
The XML file has been incorrect format. This is my application. Learning Purpose Only.
XML 文件格式不正确。这是我的申请。仅学习目的。
Thanks.
谢谢。
回答by Chirag
Decompiling Android APPs using APKTool
使用APKTool反编译Android APP
Open command prompt and run below command.
打开命令提示符并运行下面的命令。
apktool d apkfile ./FolderName
LookHere for More Information.Video Tutorial.
回答by Aerilys
I guess that the content has maybe been obfuscatted. So the XML is not human-readable.
我猜内容可能被混淆了。所以 XML 不是人类可读的。