1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:22:09 +02:00

apktool: add Spanish translation (#10006)

This commit is contained in:
Darío Hereñú 2023-04-25 23:26:12 -03:00 committed by GitHub
parent 2c3ac25d65
commit 07e4e8ac05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
# 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}}`