When creating a new AVD through the AVD manager, you can enable the snapshot function by simply checking the correct option in the "Create New AVD" window.

After creating the AVD, you can find the file with the name snapshots.imgunder <user-home>/.android/avd/<avd-name>/. This is a snapshot storage file for the new AVD.
Does anyone know how to get the same result using command line tools?
I already tried to create a new AVD using the command android create avd, and also set the option snapshot.present=truein AVD config.ini, but the snapshot storage is not created.
source
share