当前位置:   article > 正文

关于Android Studio关闭模拟器死机解决方案的尝试_android studio中出现to stop the device, try manually

android studio中出现to stop the device, try manually closing the pixel 6 pro

背景介绍

本人是Android Studio新手,在从版本3.3.1 (February 2019)升级到3.3.2 (March 2019)(考虑到版本问题)时运行模拟器后模拟器关机时出现笔记本电脑(12GRAM+Geforce950m)死机的情况。

尝试

一、切换到独显转自https://blog.csdn.net/hx7013/article/details/77184594

二、android studio的系统设置问题

解决步骤:

(1)File->SettingAppearance&Behavior -> System Settings -> Updates
(2)去掉Automatically check update for的选项,另一个也不要打勾
(3)去掉用不到的Plugins里面有插件,,如Git Integration、GitHub和Google Cloud以及SDK Updater
(4)点击应用、OK

三、我的解决方案(有关Cold boot/Quick boot功能)

在新建模拟器时选择Quick boot。
原模拟器配置(Quick boot)

Name: Nexus_S_API_22

CPU/ABI: Google APIs Intel Atom (x86)

Target: google_apis [Google APIs] (API level 22)

SD Card: 512M

hw.device.name: Nexus S

image.androidVersion.api: 22

hw.camera.front: emulated

avd.ini.displayname: Nexus S API 22

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16

新模拟器配置(Cold boot)

Name: Pixel_2_XL_API_28

CPU/ABI: Google APIs Intel Atom (x86)

Target: google_apis [Google APIs] (API level 28)

Skin: pixel_2_xl

SD Card: 512M

hw.device.name: pixel_2_xl

hw.lcd.width: 1440

image.androidVersion.api: 28

avd.ini.displayname: Pixel 2 XL API 28

hw.ramSize: 1536

hw.cpu.ncore: 2

AvdId: Pixel_2_XL_API_28

disk.dataPartition.size: 800M

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26

虽然新配置运行时卡顿,暂且归结于电脑配置问题,但关闭模拟器正常。

后记

本篇文章仅提供参考。

参考

【1】https://blog.csdn.net/hx7013/article/details/77184594
【2】https://blog.csdn.net/u014043113/article/details/78354302
【3】https://blog.csdn.net/gdouwenbiwei/article/details/49251979android

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/223151
推荐阅读
相关标签
  

闽ICP备14008679号