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:
parent
2c3ac25d65
commit
07e4e8ac05
1 changed files with 16 additions and 0 deletions
16
pages.es/common/apktool.md
Normal file
16
pages.es/common/apktool.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue