解决Android Studio电脑不支持HAXM的问题
测试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的系统映像。操作方法如图:

这样就没问题了。
总结
上一篇:Android开发重写Animation实现下拉图片后弹射回去效果示例
栏 目:Android代码
下一篇:Android便携式热点的开启状态检测和SSID的获取方法
本文标题:解决Android Studio电脑不支持HAXM的问题
本文地址:http://www.codeinn.net/misctech/110983.html






