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 模拟器 - 默认情况下不保存状态
基础教程推荐
- NSString intValue 不能用于检索电话号码 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
