Skip to content

Emulator

Sia edited this page May 31, 2026 · 5 revisions

Android Emulator

vibe-coder-server does not run an in-container Android emulator.

There is no emulator/ service, no /emulator pages, no AVD lifecycle (create/launch/stop), no noVNC reverse proxy, no :full Docker image with Xvfb + noVNC, and no /dev/kvm privileged-container support. A bundled emulator meant a ~3–4 GB image plus /dev/kvm passthrough in a privileged container, which is outside the practical scope of this single-operator tool.

To run a build on a real device instead, use the wireless ADB logcat feature (sidebar connection badge → connect) — see the device docs — or sideload the APK from the build artifacts.

Clone this wiki locally