mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
apktool: add page (#4053)
This commit is contained in:
parent
35f90e5f59
commit
d841c0de25
16
pages/common/apktool.md
Normal file
16
pages/common/apktool.md
Normal file
@ -0,0 +1,16 @@
|
||||
# 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}}`
|
Loading…
Reference in New Issue
Block a user