问题描述
我刚刚安装了 Android.Studio.3.4.1.0.x64
但是当我想打开它时,出现此错误:
应用程序无法正确启动 (0xc000007b).单击确定关闭应用程序.
为什么会发生这种情况,我该如何解决?
我搜索了错误并做了这些事情但没有奏效:
重新安装 AndroidStudio
已安装 dot net framework 4.7.2 开发包
安装了最新版本的 DirextX
每次执行上述步骤都重新启动计算机
我在这里找到了以下答案 JetBrains IDE 启动时出错:来自@Amir Karamat 的应用程序无法正确启动 (0xc000007b),它适用于我:
在 Windows 10 中,您应该按照以下步骤操作:
打开设置(只需右键单击 Windows 启动并选择设置)
搜索Windows Defender 设置"或直接转至更新&"安全性' > 'Windows 安全性'
然后打开应用程序"浏览器控件",在新打开的窗口中向下滚动到最后找到漏洞利用保护设置",点击那
将显示各种设置,您可以更改默认设置.要创建例外,您应该单击程序设置"(这似乎不是一个按钮,但它是!)
点击添加要自定义的程序",在对话框中输入您的IDE名称.exe(您可以通过点击打开文件位置"轻松找到它应用程序的快捷方式)
- 就我而言,应用程序名称是phpstorm64.exe"
接下来你必须寻找图像的强制随机化(强制 ASLR)"检查覆盖系统设置"并切换它关闭并应用设置.
- 我不确定是否需要它,但关闭随机内存分配(自下而上 ASLR)"声明对其他人有效
I just installed Android.Studio.3.4.1.0.x64
but when I want to open it, I get this error:
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:
这篇关于Android Studio 打开错误:无法正确启动 (0xc000007b)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!