After saving an emulator snapshot I would like to reuse the snapshot across multiple AVD's.
According to the documentation when saving a snapshot it is stored in the directory ~/.android/avd/<avd_name>.avd/snapshots and the default snapstorage is snapshots.img.
My plan was to copy both the snapshots.img file and the snapshot directory into a different AVD folder but while I do see the snapshot files being created, for the life of me, I can't find the location of the snapshots.img file.
Does anyone know where this file is located? Or, if I'm going around this the wrong way, can someone shed some light on the right way?