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

17 lines
325 B
Markdown
Raw Normal View History

# apktool
> Ingeniería inversa de archivos APK.
> Más información: <https://ibotpeaches.github.io/Apktool/>.
- Decodifica un archivo APK:
`apktool d {{archivo.apk}}`
- Construye un archivo APK desde un directorio:
`apktool b {{ruta/al/directorio}}`
- Instala y almacena un framework:
`apktool if {{framework.apk}}`