简体   繁体   English

在Windows 7 Android Studio中启动AVD时出错

[英]Error in launching AVD on Windows 7 Android studio

I am trying to start emulator on newly installed Android Studio but I am getting following error: emulator: ERROR: x86 emulation currently requires hardware acceleration! 我正在尝试在新安装的Android Studio上启动仿真器,但出现以下错误:仿真器:错误:x86仿真当前需要硬件加速! Please ensure Intel HAXM is properly installed and usable. 请确保正确安装了英特尔HAXM并可以使用它。 CPU acceleration status: HAX kernel module is not installed! CPU加速状态:未安装HAX内核模块!

I tried to install HAXM from extras but I keep on getting following error: 我尝试从其他功能安装HAXM,但仍然出现以下错误:

VT not supported 不支持VT

then I tried this about which I read in another forum: dism.exe /Online /Disable-Feature:Microsoft-Hyper-V 然后尝试在另一个论坛中阅读有关此内容的信息:dism.exe / Online / Disable-Feature:Microsoft-Hyper-V

but its also failing with below error: Deployment Image Servicing and Management tool Version: 6.1.7600.16385 但它也失败,并出现以下错误:部署映像服务和管理工具版本:6.1.7600.16385

Image Version: 6.1.7601.18489 图像版本:6.1.7601.18489

Error: 0x800f080c 错误:0x800f080c

Feature name Microsoft-Hyper-V is unknown. 功能名称Microsoft-Hyper-V未知。 A Windows feature name was not recognized. 无法识别Windows功能名称。 Use the /Get-Features option to find the name of the feature in the image and try the command again. 使用/ Get-Features选项在图像中找到功能的名称,然后重试命令。

Although I checked from BIOS setup that my processor supports VT and its enabled in BIOS. 尽管我从BIOS设置中检查到我的处理器支持VT及其在BIOS中启用的功能。

My system configurations is: Intel i5 2410, Windows 4 64-bit, JDK7, Android SDK 24.0.1, Android Studio 1.0.1, 我的系统配置是:Intel i5 2410,Windows 4 64位,JDK7,Android SDK 24.0.1,Android Studio 1.0.1,

Please help to solve this issue if anyone has been able to solve it earlier. 如果有人能够早日解决,请帮助解决此问题。

I had this issue and it was caused by VirtualBox. 我遇到了这个问题,它是由VirtualBox引起的。 After uninstalling VB everything worked fine but when I was doing some research about this problem it seemed like other things can generate this error. 卸载VB后,一切正常,但是当我对这个问题进行一些研究时,似乎其他事情会产生此错误。 If you have virtualBox try to uninstall it, if you don't well... sorry, can't help. 如果您有virtualBox,请尝试将其卸载,如果操作不当...对不起,无济于事。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM