1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages/common/apktool.md
2021-01-10 16:42:17 -03:00

16 lines
291 B
Markdown

# 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}}`