英文:
Android Studio: Virtual machine acceleration is out-of-date
问题
Android Studio显示"虚拟机加速驱动过时",尽管我刚刚从GitHub安装了最新版本的HAXM。
有人知道如何修复吗?
我尝试使用Android Studio安装它,但一直出现错误。
英文:
Android Studio shows "Virtual machine acceleration driver is out-of-date", even though I just installed the latest version of haxm from github.
Does anyone know how to fix that?
I tried to install it with Android Studio, but it keeps getting errors.
答案1
得分: 6
我最近也遇到了这个错误,并采取了以下措施来解决它。
- 转到启用或关闭 Windows 功能
- 打开虚拟机平台
- 这就是对我有效的方法,希望对你也有帮助。
英文:
I recently got this error too and I made this to solve it.
- Go to turn windows features on or off
- Turn on virtual machine platform
- That's how it worked for me, hope you
答案2
得分: 4
以下是翻译好的部分:
- 确保您已安装适用于您的系统的正确版本的HAXM驱动程序。您可以从英特尔网站或Android Studio SDK管理器中下载最新版本。
- 检查您的BIOS设置中是否启用了虚拟化。您可以通过重新启动计算机并按屏幕上指定的按键(通常为F2或Delete)来访问BIOS设置。
- 尝试从Android Studio SDK管理器中卸载,然后重新安装HAXM。
- 如果您的系统启用了Hyper-V,请尝试禁用它。您可以在“控制面板” > “程序” > “打开或关闭Windows功能”中执行此操作,然后取消选中Hyper-V旁边的复选框。
- 如果以上解决方案都不起作用,请尝试使用不同系统映像创建新的虚拟设备。
希望其中一个解决方案适用于您。
英文:
There are a few things you can try to fix this issue:
- Make sure that you have installed the correct version of the HAXM
driver for your system. You can download the latest version from the
Intel website or from the Android Studio SDK Manager. - Check if virtualization is enabled in your BIOS settings. You can
access the BIOS settings by restarting your computer and pressing
the key specified on your screen (usually F2 or Delete). - Try uninstalling and then reinstalling HAXM from the Android Studio
SDK Manager. - Try disabling Hyper-V if it is enabled on your system. You can do
this by going to Control Panel > Programs > Turn Windows features on
or off, and then unchecking the box next to Hyper-V. - If none of the above solutions work, try creating a new virtual
device with a different system image.
Hopefully one of these solutions will work for you.
答案3
得分: 1
For Windows 7. Before installing Android Studio make sure:
- You have installed Windows 7 Pro or Ultimate licensed or pre-activated version.
!!!No cracked trial!!! Activators may interfere with Android Studio installation; - Make sure you disabled Driver Signature Check (for me worked only with "gpedit");
- Make sure you have fast Internet;
- (optional) Better have SSD instead of HDD
Having performed those conditions I installed AS with HAXM and other stuff from scratch pretty easy on the first try. (Well...before that I made almost a hundred tries and almost lost hope XD)
英文:
For Windows 7. Before installing Android Studio make sure:
- You have installed Windows 7 Pro or Ultimate licenced or pre-activated version.
!!!No cracked trial!!! Activators may interfere with Android Studio installation; - Make sure you disabled Driver Signature Check (for me worked only with "gpedit");
- Make sure you have fast Internet;
4.(optional) Better have SSD instead of HDD
Having performed those conditions I installed AS with HAXM and other stuff from scratch pretty easy on the first try. (Well...before that I made almost a hundred tries and almost lost hope XD)
答案4
得分: 1
在 Windows 11 上,我能够通过在 Windows 功能中启用 Hyper-V 平台和虚拟机平台来修复它。
英文:
On Windows 11 I was able fix it by activating Hyper-V platform and virtual machine platform in Windows features.
答案5
得分: 1
Switch on Virtual Machine Platform checkbox in Control Panel > Programs > Turn Windows features on or off > Virtual Machine Platform.
This should work!
英文:
Switch on Virtual Machine Platform checkbox in Control Panel > Programs > Turn Windows features on or off > Virtual Machine Platform.
This should work!
答案6
得分: 1
如果在控制面板中未启用Hyper-V(程序-> 打开或关闭Windows功能),请启用它并重新启动计算机。这对我有用。
英文:
If Hyper- v is not enabled in the control panel (Programs ->Turn Windows features on or off), enable it and restart your computer. This worked for me.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论