apktool: add Spanish translation (#10006)

pull/23/head
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
1 changed files with 16 additions and 0 deletions

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}}`