4

I'm using the latest android studio (2.3.3), and apparently, Google removed the snapshot option when creating a new avd. I need to create an avd that supports snapshotting like in those threads: how do you save android emulator snapshot?
How do I take a snapshot of the Android emulator's state?
PS.
when I try to run the "avd snapshot save NAME" inside the emulator console interface, nothing happening. any ideas?

Matan Dobrushin
  • 107
  • 1
  • 10

1 Answers1

3

In the latest canary build of AS this is called 'quick boot'. See https://developer.android.com/studio/preview/emulator.html

Gabor
  • 7,352
  • 4
  • 35
  • 56