如何查看AndroidManifest.xml中的APK文件? [英] How to view AndroidManifest.xml from APK file?

查看:797
本文介绍了如何查看AndroidManifest.xml中的APK文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以查看AndroidManifest.xml文件? 我只是改变了扩展的apk文件压缩。这个zip文件包含AndroidManifest.xml文件。但我不能查看的Andr​​oidManifest.xml编码。它的完全加密。 如何查看AndroidManifest.xml文件?

Is it possible to view Androidmanifest.xml file? I just changed the extension for apk file to zip. This zip file contains Androidmanifest.xml file. But I cant view the Androidmanifest.xml coding. Its fully encrypted. How to view the Androidmanifest.xml file?

推荐答案

是的,你可以查看或 XML解密的Andr​​oid APK的文件文件。有一个工具 Android的apktool

Yes you can view or decrypt the XML files of an Android APK file. There is a tool android-apktool

这是第3次再造的工具   党,封闭的,二进制Android应用程序

It is a tool for reengineering 3rd party, closed, binary Android apps

如何做到这一点在Windows系统上:

How to do this on your Windows System:

  1. <一个href="http://$c$c.google.com/p/android-apktool/downloads/detail?name=apktool-install-windows-2.2_r01-3.tar.bz2">Download apktool安装-Windows的*文件
  2. 下载apktool- *文件
  3. 既解压到您的Windows目录
  1. Download apktool-install-windows-* file
  2. Download apktool-* file
  3. Unpack both to your Windows directory

现在复制 APK 文件也在该目录,并在命令提示符下运行以下命令:

Now copy the APK file also in that directory and run the following command in your command prompt:

apktool d HelloWorld.apk ./HelloWorld

这会在当前目录下创建和目录的HelloWorld 。它里面你可以找到以解密的形式的Andr​​oidManifest.xml 文件,你还可以找到其他 XML中的文件的HelloWorld / RES /布局目录。

This will create and directory "HelloWorld" in your current directory. Inside it you can find the AndroidManifest.xml file in decrypted form and you can also find other XML files inside the "HelloWorld/res/layout" directory.

下面 HelloWorld.apk 是你的Andr​​oid APK文件。

Here HelloWorld.apk is your Android APK file.

请参阅下面的屏幕截图的详细信息:

See the below screen shot for more information:

这篇关于如何查看AndroidManifest.xml中的APK文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆