tldr/pages/common/apktool.md

291 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 frameworks:

apktool if {{framework.apk}}