It is well known that every time we launch Android Emulator, it takes a very long time, a few minutes or even more than 10 minutes. In fact, we are able to use the snapshot (Snapshot) feature to launch the Android emulator at high speed.
First of all. Need to be in the Android virtual device (AVD) management form. Check the "Snapshot" option. For example, the following:
Such When you start the virtual appliance, you are able to use the snapshot feature.
For example, the following is in the startup form of the virtual device. Check "Launch from snapshot" (Boot from snapshot) and "Save to Snapshot" (save snapshot).
This way, when the virtual device is turned off, the current state and settings of the virtual device are actively saved to a snapshot (for example, the language state you set inside the 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 device, you can start the success immediately, without waiting for a long time.
When "Save to Snapshot" is selected (saves the snapshot). When you turn off a virtual device, the system takes a while to save the snapshot. In fact. Snapshots only have one to be able to. So. Only need to select Save to Snapshot (save snapshot) before the first snapshot is generated. Later, you can use the snapshot to start at high speed. There is no need to check "Save to Snapshot" (save snapshot).
How to start the Android simulator at high speed (Android Emulator)