mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
adb-install: update French translation (#9205)
This commit is contained in:
parent
97b652fa61
commit
27a235d015
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`adb install {{chemin/vers/le/fichier.apk}}`
|
||||
|
||||
- Pousse une application Android vers l'émulateur/l'appareil spécifique via son numéro de série (écrase la variable `$ANDROID_SERIAL`):
|
||||
|
||||
`adb -s {{numero_de_serie}} install {{chemin/vers/le/fichier.apk}}`
|
||||
|
||||
- Réinstalle une application existante, tout en gardant ses données :
|
||||
|
||||
`adb install -r {{chemin/vers/le/fichier.apk}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue