命令 :安卓sdk目录\emulator\emulator.exe -netdelay none -netspeed full -avd 模拟器名称(AndroidStudio avd中可以查看)
新建bat文件,写入以下内容,bat文件位置随意存放。
@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
D:\SDK\android\emulator\emulator.exe -netdelay none -netspeed full -avd android-11