当前位置:主页 > 移动开发 > Android代码 >

解决Android Studio电脑不支持HAXM的问题

时间:2021-04-29 10:55:47 | 栏目:Android代码 | 点击:

测试APP时出现以下错误信息:

Intel HAXM is required to run this AVD.

Your CPU does not support required features (VT-x or SVM).

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)

解决方案是使用基于ARM的系统映像。操作方法如图:

这样就没问题了。

总结

您可能感兴趣的文章:

相关文章