It is well known that every time we launch Android Emulator, it takes a long time, a few minutes or even more than 10 minutes. In fact, we can use the snapshot (Snapshot) feature to quickly launch the Android emulator.
First, you need to check the "Snapshot" option in the Android virtual device (AVD) Management window. As follows:
This allows you to use the snapshot feature when you start the virtual device.
As below, in the Startup window of the virtual appliance, select Launch from snapshot (boot from snapshot) and save to Snapshot (save snapshot).
This way, when you turn off the virtual device, the current state and settings of the virtual device are automatically saved to a snapshot (for example, the language state you set in Settings, the state of the network, and even your settings in the command-line adb shell, and so on). The next time you start the virtual appliance, you can start the success immediately, without waiting for a long period of time.
When save to snapshot is selected (saving the snapshot), the system takes a while to save the snapshot when the virtual device is closed. In fact, the snapshot as long as one can. So, just select Save to Snapshot (save the snapshot) before you first generate the snapshot. Later, you can use the snapshot to start quickly, and you do not need to check "Save to Snapshot" (save snapshot).
How to quickly launch Android emulator (Android Emulator)