Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to deactivate snapshot?

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.

like image 700
Morozov Avatar asked Jan 31 '18 12:01

Morozov


1 Answers

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.

like image 198
Hadi Satrio Avatar answered Nov 01 '22 08:11

Hadi Satrio