您的CPU不支持NX [英] your cpu does not support NX

查看:268
本文介绍了您的CPU不支持NX的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚下载了android studio,但是我遇到了问题.当我运行它时,说您的cpu不支持NX.我该怎么办 ?

i just downloaded the android studio but i have a problem .when i run it says your cpu does not support NX. what should i do ?

推荐答案

NX或实际上是"NX处理器位"是处理器的一项功能,可帮助保护您的PC免受恶意软件的攻击.如果未启用此功能,而您尝试在android studio中运行某些模拟器,则会收到如下错误消息(第二行:您的CPU不支持NX."):

NX or actually "NX processor bit" is a feature of a processor that helps to protect your PC from attacks by malicious software. When this feature is not enabled and you try to run certain emulators in android studio, you will get an error message like this (second line: "You CPU does not support NX."):

要检查处理器上是否已启用NX,可以使用命令行工具"coreinfo"(在此处提供: http://technet.microsoft.com/en-us/sysinternals/cc835722 )

To check whether NX is enabled on your processor you can use the command line tool "coreinfo" (available here: http://technet.microsoft.com/en-us/sysinternals/cc835722)

如果您可以在"NX"旁边看到破折号,则表示该功能已被禁用.如果是这种情况,请检查您的CPU是否甚至支持NX处理器位.在上面的示例中,我使用的是i7-2600K CPU.据此( http://www.cpu -world.com/CPUs/Core_i7/Intel-Core%20i7-2600K%20CM8062300833908.html )列表在cpu-world上应该受到支持.

If you can see a dash next to "NX" it means it is disabled. If that is the case, check whether your CPU even supports the NX processor bit. In the example above I am using a i7-2600K CPU. According to this (http://www.cpu-world.com/CPUs/Core_i7/Intel-Core%20i7-2600K%20CM8062300833908.html) list on cpu-world it should be supported.

由于它受支持但在"coreinfo"中显示为已禁用,因此它可能已在BIOS中被禁用.因此,请转到您的BIOS设置,并确保在此处启用它:

Since it is supported but shown as disabled in "coreinfo", it has probably been disabled in BIOS. So go to your BIOS settings and make sure to enable it there:

完成此操作后,可以再次检查"coreinfo"以查看其是否已成功启用:

Once you have done this, you can check "coreinfo" again to see whether it has been successfully enabled:

请注意,"NX"旁边现在有一个星号(*),表示已成功启用它.现在,您应该不再在Android Studio中收到错误消息.

Note that now there is an asterisk (*) next to "NX", which means it has been successfully enabled. You should now no longer receive the error message in Android Studio.

PS:在我们的示例中,英特尔HAXM也丢失了,这就是为什么顶部显示的错误消息更大的原因.可以通过下载相应的软件来解决此问题(此处:

PS: In our example the Intel HAXM was also missing, which is why the error message shown at the top was bigger. This issue can be resolved by downloading the corresponding software (here: https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager)

这篇关于您的CPU不支持NX的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆