studio中运行模拟器

studio中运行模拟器

本文介绍了无法在Windows 7中的android studio中运行模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我是Android工作室的初学者,我已经在我的电脑上安装了最新的android工作室,这是Windows 7.



现在,当我尝试运行模拟器时,显示以下错误。



Hi,

I'm beginner in android studio and i have installed latest android studio in my pc, which is windows 7.

Now when i try to run emulator it shows, following error.

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!





我用谷歌搜索并找到了它的解决方案已经尝试从android sdk路径安装Hardware_Accelerated_Execution_Manager。



但是当我尝试安装exe时它会显示以下错误,请参阅





我已安装英特尔处理器标识,并启用了检查可视化,

请参阅



所以任何人都可以告诉我为什么模拟器没有在我的电脑上运行?



I've googled and found the solution for it and i've tried to install Hardware_Accelerated_Execution_Manager from the android sdk path.

But when i try to install the exe it shows following error, see
image

I've installed Intel Processor identification, and checked visualization is enabled,
see image

So can any one tell me why emulator is not running in my pc?

推荐答案

"This computer does not support Intel Virtualization Technology (VT-x). HAXM cannot be installed. Please refer to the Intel HAXM documentation for more information"





请查看HAXM文档,了解最低硬件规格,并确保您的计算机达到或超过这个。



我怀疑你需要更新你的电脑......



So look at the HAXM documentation, find out what the minimum hardware specification is, and ensure that your computer meets or exceeds that.

I suspect you need to update your PC...



这篇关于无法在Windows 7中的android studio中运行模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 09:48