mirror of https://github.com/CrimsonTome/tldr.git
adb-install: update French translation (#9205)
parent
97b652fa61
commit
27a235d015
|
@ -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…
Reference in New Issue