Android 模拟器 - 在扩展控件下启用多显示器?

nig*_*xed 5 android qemu android-emulator android-automotive

我从官方仓库下载并构建了 android 模拟器,遵循https://android.googlesource.com/platform/external/qemu/+/refs/heads/emu-master-dev#welcome-to-the-android-emulator

我正在尝试获取添加选项以multiple displays显示在扩展控件视图中。

android/data/advancedFeatures.ini-> 有MultiDisplay = on android/data/advancedFeaturesCanary.ini-> 有MultiDisplay = on android/android-emu/android/avd/hardware-properties.ini-> 有hw.display1.widthhw.display1.heighthw.display1.density、 以及hw.display1.xOffset和的值hw.display1.yOffset

然而,没有第二个显示器,无处可见或找不到。我正在尝试启动/安装system imageAndroid 汽车模拟器。我也是从源头构建的。

关于我实际上缺少什么的任何提示?

我已经知道,Pixel 系统映像的 Android 模拟器启用了多显示器支持,并且可以在 Android Studio 的 Canary Channel 中使用。

小智 3

您只需进行模拟器设置,单击“显示”选项并添加辅助显示器。