13

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.

shmosel
  • 45,768
  • 6
  • 62
  • 130

5 Answers5

21

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).

revanmj
  • 344
  • 2
  • 6
7

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

enter image description here

Momen Zaqout
  • 1,443
  • 1
  • 14
  • 17
0

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

Ali Yousefi Sabzevar
  • 1,068
  • 3
  • 23
  • 32
0

At my case, happened at Vs2019 enterprise and pro, and VS 2022

After reading and searching at internet, the error caused by one kind of computer virus..

After I re-install windows, and re-install all application freshly downloaded from internet (not .exe from local hardisk), the error gone.

.exe files can be infected by some viruses, so I need to re-download fresh .exe from internet (guine source from producer)

toha
  • 4,643
  • 3
  • 35
  • 52
-1

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

Unheilig
  • 15,944
  • 193
  • 67
  • 96