Android Studio cannot be initialized (0xc0000005)

99封情书 提交于 2020-08-04 03:11:50

问题


I have just installed Android Studio in my new notebook running Windows 10 - 64 bits with Java SE 8 152, but it suddently it stopped working, like, every time I try to run the Android Studio, the error message below appears:

"The application cannot be initialized correctly (0xc0000005)"

I've already tried to reinstall, run as admin, deactivate the antivirus... nothing worked.


回答1:


I had similar problem and disabling "Force randomization for images (Mandatory ASLR)" for studio64.exe in Windows Defender Security Center > App & browser control > Exploit protection > "Program settings" tab fixed this (you have to point to exact binary file with full path as using just executable name doesn't seem to work).




回答2:


AVD Settings -> Edit Image set Graphics to Software GLES 2.0




回答3:


I had similar problem and disabling Data Execution Prevention for studio64.exe in Windows Defender Security Center > App & browser control > Exploit protection > Program settings tab fixed this (you have to point to exact binary file with full path).

My Force randomization for images (Mandatory ASLR) was already disabled by default




回答4:


I had face similar problem and disabling Data Execution Prevention for studio64.exe as well as studio.exe in

Windows Defender Security Center > App & browser control > Exploit protection > System settings

tab fixed this (Make all option selection to Use default(on/off) whever the value they have in default).

Make all option selection to Use default(on/off)

My Force randomization for images (Mandatory ASLR) was already disabled by default(off)




回答5:


Install fresh Windows and don't install Java kit (JDK) this caused the 0xc000005 problem for me.



来源:https://stackoverflow.com/questions/47500401/android-studio-cannot-be-initialized-0xc0000005

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!