天天看点

命令启动android studio 模拟器

D:\soft\android-sdk\emulator\emulator.exe -netdelay none -netspeed full -avd Nexus_5X_API_28
           

D:\soft\android-sdk\emulator\emulator.exe // 代表路径

-netdelay none -netspeed full -avd //参数

Nexus_5X_API_28 //模拟器的名字

你可以直接在命令行中输入

D:\soft\android-sdk\emulator\emulator.exe -netdelay none -netspeed full -avd Nexus_5X_API_28
           

也可以新建.bat文件

把上述命令粘贴里面,直接运行.bat文件也可打开模拟器。