Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/198.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android模拟器问题,CPU可能不支持虚拟化?_Android_Android Emulator - Fatal编程技术网

Android模拟器问题,CPU可能不支持虚拟化?

Android模拟器问题,CPU可能不支持虚拟化?,android,android-emulator,Android,Android Emulator,我正试图在我的新电脑上重新开始android编程 我在YouTube上使用Newboston的教程1-4安装了所有内容,但当我进入AVD管理器运行Nexus 5 API 21 x86时,我遇到以下错误: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration

我正试图在我的新电脑上重新开始android编程

我在YouTube上使用Newboston的教程1-4安装了所有内容,但当我进入AVD管理器运行Nexus 5 API 21 x86时,我遇到以下错误:

emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!
因此,我很自然地在谷歌上搜索,找到了几个具有相同问题和解决方案的线程

是一个例子,我还试图手动安装“英特尔x86仿真器加速器(HAXM安装程序)”,但遇到了以下问题

Failed to configure driver: unknown error. Failed to open driver
然后我发现这个线程说我的CPU可能不支持虚拟化,但我不知道如何检查它是否支持虚拟化

我的CPU是英特尔(R)核心(TM)i5-3570K CPU@3.40 GHz。如果它不支持虚拟化…我有什么选择?我还能在手机上测试我的应用程序吗


提前感谢。

不要担心您的CPU支持虚拟化。请转到“启动”菜单并从那里启用虚拟化设置。
那你就可以开始了。

你的问题与java、android studio和android活动无关。请使用适当的标记。这都是关于仿真的。你可以在这里查看:具体来说:这表明它是Intel®虚拟化技术(VT-x)能干。@MarcinOrlowski抱歉,我只是认为这与java有关,因为它是android studio中涉及的语言,也是我开始遇到问题的地方。