Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Virtualbox 有这个方便的功能,我可以启用虚拟机的远程桌面服务器。AVD 是否存在这样的功能?如果您要为 AVD 启用远程桌面服务器,您可以像远程桌面一样连接到它,并从远程查看和控制模拟屏幕。
qemu具有对 VNC 的内置支持。您可以emulator使用以下选项运行,emulator @AVD -qemu -enable-kvm -vnc 0.0.0.0:32 然后您可以连接localhost:5932。
qemu
emulator
emulator @AVD -qemu -enable-kvm -vnc 0.0.0.0:32
localhost:5932