1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages/common/apktool.md
2022-07-27 08:02:09 -03:00

292 B

apktool

Reverse engineer APK files. More information: https://ibotpeaches.github.io/Apktool/.

  • Decode an APK file:

apktool d {{file.apk}}

  • Build an APK file from a directory:

apktool b {{path/to/directory}}

  • Install and store a framework:

apktool if {{framework.apk}}