1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:42:08 +02:00
tldr/pages.zh/common/apktool.md

269 B

apktool

APK文件反编译工具 更多信息: https://ibotpeaches.github.io/Apktool/.

  • 反编译:

apktool d {{应用.apk}}

  • 将一个文件夹打包为apk文件:

apktool b {{路径/到/目录}}

  • 安装并存储框架:

apktool if {{框架.apk}}