richerfu:模拟器方案暂时沿用当前实现

richerfu 表示,官方模拟器不支持 VPN 配置,所需命令行工具体积较大且当时缺少公开安装方式;自定义 QEMU 镜像也存在组件支持和未知限制。考虑这些取舍,他认为暂时应沿用当前实现。

作者原文

I'm still unsure which option is better for us. For example:

Using the command-line tool to install an emulator that behaves like HarmonyOS has its drawbacks: the official emulator doesn't support VPN configuration, and we must first install the command-line tool — which currently lacks a publicly available installation method. Additionally, the tool itself is quite large in file size.
On the other hand, using a custom QEMU image also presents challenges: some sub-components or features may not be fully supported, and we aren’t yet aware of all the limitations.
Given these trade-offs, I think we should stick with the current implementation for now.