I just installed Android.Studio.3.4.1.0.x64
but when I want to open it, I get this error:
The application was unable to start correctly (0xc000007b). Click OK to close the application.
Why this happens and how can I fix it?
I searched for the error and did these things but didn't work:
Reinstalled the AndroidStudio
Installed dot net framework 4.7.2 developer pack
Installed latest version of DirextX
Restarted my computer each time of above steps
I found the following answer here JetBrains IDE Error on start : The application was unable to start correctly (0xc000007b) from @Amir Karamat, and it worked for me:
in Windows 10 you should follow these steps:
open Settings (just right-click on windows start and choose settings)
search for 'Windows Defender Settings' or just go to 'Update & Security' > 'Windows Security'
then open 'App & browser control', in the new opened window scroll down to the end to find 'Exploit protection settings', click that
sort of settings will be shown and you can change the default settings. to create an exception you should click "Program settings" (which doesn't seem to be a button,but it is!)
click 'add program to customize', in the dialog enter your ide name.exe (you can easily find it by clicking 'open file location' on shortcut of the application)
- in my case the application name was 'phpstorm64.exe'
next you have to look for 'force randomization for images (Mandatory ASLR)' check the 'override system settings' and switch it off and apply settings.
- I'm not sure if it's needed,but turning off 'Randomize memory allocations (Bottom-up ASLR)' stated to work for others
User contributions licensed under CC BY-SA 3.0