结束进程 emulator-arm.exe(Android 模拟器)而不是通过关闭按钮关闭它是否安全
我注意到通过关闭按钮(右上角按钮)关闭 Android 模拟器需要花费很多时间。
结束进程 emulator-arm.exe(通过任务管理器)会立即将其关闭。
当我下次打开 Android 模拟器时,似乎没有数据丢失。
那么一直结束进程 emulator-arm.exe 是否安全?
I have noticed that closing the Android emulator by close button (the top right button) takes a lot of time.
Ending process emulator-arm.exe (through task manager) closes it instantly.
When I open the Android emulator next time, there seems to be no data loss.
So is it safe to end process emulator-arm.exe all time?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它可能需要很长时间才能关闭,因为它正在保存快照以加快下次启动的速度。
如果您不使用 sanpshots,您可以使用
-no-snapstorage
选项运行模拟器来禁用它们。It probably takes long to close because it's saving a snapshot to speed up next startup.
If you are not using the sanpshots you can run the emulator with
-no-snapstorage
option to disable them.如果您不担心任何数据丢失,那么答案是肯定的,您可以这样做。
应该注意的是,我不这样做,我通常使用关闭按钮或关闭模拟器窗口来关闭它。
If you don't have any data loss that you care about, the answer is yes you can do that.
It should be noted that I don't do that, I close it normally using the close button or closing the emulator window.