How to restart Android emulator and preserve system data
android, android-emulator
Solution
The file is a part of the system image, and is not a part of the files created under .avd folder.
Found a link on how to backup/modify a system image. The comments are not in English, but the commands are pretty straightforward.
Problem
Is it possible to preserve system data (not SD card data) on Android emulator when it is shutdown? My specific problem is that I am trying to import a new root certificate into the `/system/etc/security/cacerts.bks` file, but that requires a restart, and when I do restart the emulator the file gets reverted to original state.