admin管理员组

文章数量:1548754

官网:兆懿运行平台

社区:兆懿移动应用运行平台 - 社区

 

支持Android7、Android9和Andorid12 

可安装第三方APK,支持adb、root,可刷入面具

注:使用此模拟器需要开启Hyper-V

Windows专业版有此功能,家庭版使用脚本安装,精简版大概率无法安装。(模拟器安装时会自动配置,但容易卡进度,最好自己手动开启再安装)

若没有此功能,创建bat文件运行安装脚本

安装Hyper-V脚本

pushd "%~dp0"
	
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
	
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"		

del hyper-v.txt

Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL

开启Hyper-V

bcdedit /set hypervisorlaunchtype auto

关闭Hyper-V

bcdedit /set hypervisorlaunchtype off 

本文标签: 运行平台模拟器hyperWSL