Android studio 虚拟机问题总结三

android studio虚拟机无法启动 The system requirements are not satisfied、vmx enabled no、vmx supported no

在 任务管理器 -> 性能 -> CPU -> 右下角,看看虚拟化是 被禁用 还是 已启用,若是被禁用
(或者使用haxm setup安装程序检测到 system requirements are not satisfied 、 vmx enabled no、vmx supported no )
则需要
1,进入bios界面,将Config -> CPU -> Intel Virtualization Technology 设为Enabled
部分主板还需要将 Security -> Virtualization -> Intel® Virtualization Technology 设为Enabled
然后重启,在 任务管理器 -> 性能 -> 右下角,看看虚拟化是否已启用
2,在 windows系统搜索框内搜索windows功能,打开windows功能面板,在里面勾选 ‘windows虚拟机监控程序平台’ 和 ‘虚拟机平台’

若虚拟化显示已开启,还是安装未成功,请尝试:
1,安装haxm,根据安装程序报错进行修改,比如报错vmx enabled no、vmx supported no
2,在android studio去启动虚拟机,根据android studio的报错进行修改
3,在 windows系统搜索框内搜索windows功能,打开windows功能面板,在里面勾选 ‘windows虚拟机监控程序平台’ 和 ‘虚拟机平台’

haxm安装程序github下载地址

参考链接

android app 适配64位cpu架构

————————————————
原文链接:https://blog.csdn.net/Duker_tec/article/details/124118003

猜你喜欢

转载自blog.csdn.net/weixin_42602900/article/details/129527160