1
0
Fork 0
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:
Quentin Klein 2022-10-21 06:21:27 +02:00 committed by GitHub
parent 97b652fa61
commit 27a235d015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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