问题描述
您的CPU不支持VT-x。要运行此AVD,需要
Intel HAXM。
您的CPU不支持VT-x。
Your CPU does not support VT-x.Intel HAXM is required to run this AVD.Your CPU does not support VT-x.
不幸的是,您的计算机不支持硬件加速虚拟化。
以下是您的一些选择:
1)使用物理设备测试
2)在装有支持VT-x和NX的Intel处理器的Windows / OSX计算机上进行开发b 3)在支持VT-x或SVM
的Linux计算机上进行开发4)使用基于ARM系统映像
的Android虚拟设备(这比硬件加速虚拟化的速度慢10倍)
Unfortunately, your computer does not support hardware accelerated virtualization.Here are some of your options: 1) Use a physical device for testing 2) Develop on a Windows/OSX computer with an Intel processor that supports VT-x and NX 3) Develop on a Linux computer that supports VT-x or SVM 4) Use an Android Virtual Device based on an ARM system image (This is 10x slower than hardware accelerated virtualization)
如何解决此限制?
推荐答案
根据,要运行仿真器,开发系统的CPU应该支持以下虚拟化扩展技术之一:
According to Android Documentation, to run an emulator the development system's CPU should support one of the following virtualization extensions technologies:
- Intel虚拟化技术(VT,VT-x,vmx)
- AMD Virtualizati (AMD-V,SVM)上-仅支持Linux
您的CPU为,根据制造商,它没有支持英特尔虚拟化技术(VT-x)。这就是造成此错误的原因。
Your CPU is Intel Pentium B940, which according to the manufacturer does not support Intel Virtualization Technology (VT-x). That's the reason for this error.
解决方法是使用其他Android模拟器,例如。
The workaround is to use an alternative Android Emulator, e.g. Genymotion.
这篇关于Android:您的CPU不支持VT-x的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!