6

How i can unchecked/disabled Snapshot in Android Studio 3.0?

In Android Virtual Device Manager missing field - Snapshot. Earlier such option was when you try to edit your Virtual Device.

Morozov
  • 4,968
  • 6
  • 39
  • 70

1 Answers1

11

I don't think such settings exist for the time being. But I find this to be a viable alternative: You can force AVD to cold boot everytime it gets launched (as oppossed to "quick boot"-ing it) like so:

  1. Open your AVD Manager.

  2. Select your AVD of choice, and edit its settings.

  3. Tap on the Show Advanced Settings button.

  4. Under the "Emulated Performance" sub-category, "Boot option" menu, check "Cold boot".

Link to the screenshot I've prepared. Haven't got enough rep to embed images just yet. Bummer.

Hadi Satrio
  • 4,272
  • 2
  • 24
  • 45
  • Perhaps you also know the difference between `quick boot` and `cold boot`? – Morozov Jan 31 '18 at 14:27
  • 1
    Upon reading more into it, it appears that `quick boot` is a term for booting up the AVD from a previous snapshot. Meanwhile `cold boot` is booting up the AVD from scratch. – Hadi Satrio Feb 01 '18 at 04:04