This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-09-04 15:59:48 +02:00
parent 980601026c
commit 6fa2848b3e
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -27,3 +27,11 @@ To stop all emulators, run [`kill_all_emulators.sh`](./kill_all_emulators.sh)
## Delete emulators
To delete emulators, run [`delate_emulators.sh`](./delate_emulators.sh)
## Usefull
- list devices: `adb devices`
- select specific device: `-s emulator-5554` (eg `adb -s emulator-5554 shell`)
- make a snapshot: `adb emu avd snapshot save snapshot-name`
- load snapshot: `adb emu avd snapshot load snapshot-name`
- start from specific snapshot: `adb @emulator-name -snapshot snapshot-name`