aapt, ab: add French translation (#7723)
* aapt, ab: add French translation * Update pages.fr/common/aapt.md Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com> * Update aapt.md Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com> Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
17
pages.fr/common/aapt.md
Normal file
17
pages.fr/common/aapt.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# aapt
|
||||
|
||||
> Android Asset Packaging Tool.
|
||||
> Compile et empaquette les ressources d'une application Android.
|
||||
> Plus d'informations : <https://elinux.org/Android_aapt>.
|
||||
|
||||
- Liste les fichiers contenus une archive APK :
|
||||
|
||||
`aapt list {{chemin/vers/app.apk}}`
|
||||
|
||||
- Affiche les metadatas d'une application (version, autorisations, etc.) :
|
||||
|
||||
`aapt dump badging {{chemin/vers/app.apk}}`
|
||||
|
||||
- Créé une nouvelle archive APK avec les fichiers venant d'un dossier spécifique :
|
||||
|
||||
`aapt package -F {{chemin/vers/app.apk}} {{chemin/vers/le/dossier}}`
|
Reference in New Issue
Block a user