Snapshot of android studio emulator

I am using 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 snapshot like in these streams: how to save a snapshot of the android emulator?
How do I take a snapshot of the state of an Android emulator?
PS.
when I try to run "avd snapshot save NAME" inside the emulator console interface, nothing happens. any ideas?

+3


source to share


1 answer


In the latest canary AS build, this is called "fast boot". See https://developer.android.com/studio/preview/emulator.html



+2


source







All Articles