1显示流程已完成

1显示流程已完成

本文介绍了Android Studio 3.0.1显示流程已完成,退出代码为-1073741819(0xC0000005)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在Win 7 64位的Android Studio 3.0.1上使用棉花糖api 23仿真器,并收到此错误:

I am trying to use an marshmallow api 23 emulator on Android studio 3.0.1 on Win 7 64bit and getting this error:

7:03 PM模拟器:进程结束,退出代码为-1073741819 (0xC0000005)

7:03 PM Emulator: Process finished with exit code -1073741819 (0xC0000005)

通常,自从3.0升级到3.0.1以来,我一直收到无尽的AVD错误.如果有帮助,则在我从只读"中取消选中pcstore.bin之后,便会出现此错误.

In general ever since I have updated to 3.0.1 from 3.0 I have been getting endless AVD errors. If it helps, this error came right after I unticked the pcstore.bin from "Read-only".

推荐答案

我通过在其设置(Nvidia类型)中关闭了显卡的所有优势功能,解决了此问题.它开始很少引发这种挂起错误.但最后我找到了一种更简单的方法:在avd管理器中,您需要为avd设置较小的分辨率.假设是400x800.然后,我再次重新启用了图形卡功能,现在一切正常.(我怀疑我的图形卡或CPU比所需的要弱.)

I solved this issue by offing all of advantage features of my graphics card in its settings(Nvidia type). It started to throw such hanging error less a lot. But finally I found a simplier way:In avd manager you need to put less resolution for the avd. Say, 400x800.Then I reenabled graphics card features again and now it runs all ok.(I suspect my graphics card or cpu are weaker than needed. )

这篇关于Android Studio 3.0.1显示流程已完成,退出代码为-1073741819(0xC0000005)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 17:55