Android Studio cannot be initialized (0xc0000005)

2020-08-12 09:04发布

问题:

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.