1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

apktool: add page (#4053)

This commit is contained in:
Caio Amaral Corrêa 2020-05-19 11:32:20 -03:00 committed by GitHub
parent 86f429422d
commit b151add215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/common/apktool.md Normal file
View 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}}`