An update to the Android development tools was just released enabling you to save-to and restore-from an emulator snapshot. Does anyone know how to use this feature? This wo
For shell users, if you're running a --no-window emulator: It looks like using kill -2 to signal the emulator process will save the default boot snapshot, assuming you created the emulator with the --snapshot option.
Do this:
killall -2 emulator64-x86
The next time you boot that emulator, launching with anything but the -no-snapshot-load option will restore from that snapshot.