Matan Dobrushin
Matan Dobrushin

Reputation: 195

Android studio run emulator snapshot

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?

Upvotes: 4

Views: 2799

Answers (1)

Gabor
Gabor

Reputation: 7572

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

Upvotes: 3

Related Questions