1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/apktool.md

17 lines
288 B
Markdown
Raw Normal View History

2020-05-19 11:32:20 -03:00
# apktool
> Reverse engineer APK files.
> More information: <https://ibotpeaches.github.io/Apktool/>.
- Decode an APK file:
`apktool d {{file.apk}}`
- Build a folder into an APK file:
`apktool b {{path/to/directory}}`
- Install and store frameworks:
`apktool if {{framework.apk}}`