mirror of https://github.com/CrimsonTome/tldr.git
17 lines
288 B
Markdown
17 lines
288 B
Markdown
|
# 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}}`
|