在CI中启动Android模拟器时,我看到以下消息:模拟器:警告:在逻辑核心少于8个的系统上运行。将虚拟核心数设置为1(原文如此)即使我在~/.android/avd/my-device.avd/config.ini中设置了hw.cpu.ncore=3(这是AVD Manager UI的“多核CPU”设置的基础),也会发生这种情况。我想尝试调整内核数量,看看是否可以缩短测试时间。是否可以覆盖此单核行为?
~/.android/avd/my-device.avd/config.ini
hw.cpu.ncore=3
yyyllmsg1#
如果运行$ANDROID_HOME/emulator/emulator -help,您将发现以下参数:
$ANDROID_HOME/emulator/emulator -help
-cores <number> Set number of CPU cores to emulator
尝试按如下方式运行设备:
$ANDROID_HOME/emulator/emulator @MyDevice -cores 4
1条答案
按热度按时间yyyllmsg1#
如果运行
$ANDROID_HOME/emulator/emulator -help
,您将发现以下参数:尝试按如下方式运行设备: