如何以无头模式或无窗口启动模拟器
Posted
技术标签:
【中文标题】如何以无头模式或无窗口启动模拟器【英文标题】:How to boot simulator in headless mode or without window 【发布时间】:2018-05-09 21:38:56 【问题描述】:在 android 中有一个命令可以启动一个没有头部或窗口的 sim 卡,它占用的内存要少得多,例如
emulator -avd Pixel2Four_API_27 -no-window -no-audio -no-snapshot-load
ios sims 有这种模式吗?
谢谢
【问题讨论】:
Don't launch simulator when running unittests的可能重复 【参考方案1】:以无头模式启动模拟器,例如 iPhone 11:
xcrun simctl boot iPhone\ 11
如果您想要所有可用模拟器的列表,请使用以下命令:
instruments -s devices
在任何时候,您都可以通过启动模拟器应用来查看模拟器的 UI:
open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/
【讨论】:
以上是关于如何以无头模式或无窗口启动模拟器的主要内容,如果未能解决你的问题,请参考以下文章
在没有 GUI 的情况下运行 Android 模拟器(无头 Android)