在Android studio 开发中做ADV需要开启虚拟化服务,在win11系统下,开启或关闭此功能,命定行语句如下:
1、以管理员身份打开终端 运行命令
bcdedit /set hypervisorlaunchtype off
2、重启电脑 Hyper-V 服务就关闭了
3、如果想要恢复hyper启动
bcdedit /set hypervisorlaunchtype auto
在AndroidStudio开发中,为了使用AVD,需要开启或关闭Win11系统的Hyper-V虚拟化服务。可以通过管理员权限运行命令`bcdedit/sethypervisorlaunchtypeoff`来关闭服务,然后重启电脑。若要恢复启用Hyper-V,应执行`bcdedit/sethypervisorlaunchtypeauto`。
在Android studio 开发中做ADV需要开启虚拟化服务,在win11系统下,开启或关闭此功能,命定行语句如下:
1、以管理员身份打开终端 运行命令
bcdedit /set hypervisorlaunchtype off
2、重启电脑 Hyper-V 服务就关闭了
3、如果想要恢复hyper启动
bcdedit /set hypervisorlaunchtype auto
1万+
9941

被折叠的 条评论
为什么被折叠?