Android emulator - Don#39;t save state by default(Android 模拟器 - 默认情况下不保存状态)
问题描述
在 Android Studio 的最新更新中,模拟器默认已开始保存设备当前状态的快照,并在重新打开时返回该快照,这不是我想要的行为.我怎样才能禁用它并返回到之前的行为,它只是关闭并重置模拟器?
Android Studio 3.0.1
,带有模拟器版本 27.0.2 和 HAXM 6.2.1
禁用它并返回之前的行为
取消选择快速启动如下图
这是 Android Studio 3.0
更新的默认行为如果您不想保存状态,请取消选择快速启动并选择冷启动
查看
或
你也可以改成
<块引用>模拟器 --> 更多 --> 设置 --> 更改快速启动状态 --> 保存
In the latest update for Android studio, the emulator has started saving snapshots of the current state of the device by default and going back to that snapshot when reopened, which is not the behavior that I want. How can I disable that and go back to the previous behavior, where it just closes and resets the emulator?
UI after hitting the X button to close
Android Studio 3.0.1
, with Emulator version 27.0.2 and HAXM 6.2.1
disable that and go back to the previous behavior
Unselect quick boot as shown below
This is default behaviour from update of Android Studio 3.0
Please unselect quick boot if you don't want to save state and select cold boot
Check quick boot emulator in details
Steps
1> Choose device like phone - pixel 2
2> select your system image
3> Verify configuration - show advance setting - emulator performance check cold boot to disable
4> Finish
OR
you can also change it from
Emulator --> More --> Settings --> Change quick-boot state --> Save
这篇关于Android 模拟器 - 默认情况下不保存状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android 模拟器 - 默认情况下不保存状态
基础教程推荐
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01