Files
tldr/pages.zh/common/apktool.md

292 B

apktool

反向工程 APK 文件。 更多信息:https://ibotpeaches.github.io/Apktool/.

  • 解码 APK 文件:

apktool d {{path/to/file.apk}}

  • 从目录构建 APK 文件:

apktool b {{path/to/directory}}

  • 安装并存储框架:

apktool if {{path/to/framework.apk}}