mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
apktool: add page (#4053)
This commit is contained in:
parent
35f90e5f59
commit
d841c0de25
1 changed files with 16 additions and 0 deletions
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…
Add table
Reference in a new issue