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 模拟器 - 默认情况下不保存状态


- Android viewpager检测滑动超出范围 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01