其他分享
首页 > 其他分享> > 我收到此错误“你的CPU不支持vt-x或svm,AMD 6300处理器中的android studio 2.1.1”

我收到此错误“你的CPU不支持vt-x或svm,AMD 6300处理器中的android studio 2.1.1”

作者:互联网

我在bios设置中启用了虚拟化,但是当我尝试启动模拟器时,我收到错误“你的cpu不支持vt-x或svm”

我也安装了英特尔haxm.

解决方法:

VT-x技术以及HAXM是英特尔处理器所独有的.就AMD处理器而言,AMD-V是虚拟化技术领域的对手.在AMD处理器中安装HAXM不会产生任何影响,因此错误“你的cpu不支持vt-x或svm”.

参考链接:http://tools.android.com/tech-docs/emulator

如上面的链接所述

For best performance with Android Emulator 2.0, your system should
meet the following specifications: Windows: Intel® processor with
support for Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable
(XD) Bit functionality. AMD and Intel Atom processors do not support
VT-x virtual machine acceleration. Linux: Intel® processor with
support for Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable
(XD) Bit functionality or AMD processors with support for AMD
Virtualization™ (AMD-V™) 64-bit Operating Systems.

我建议使用ARM映像作为模拟器而不是英特尔映像.这不需要使用HAXM或VT-x.

标签:android,virtualization,android-studio-2-1
来源: https://codeday.me/bug/20190926/1818576.html