1 个仓库
Virtualizing the Android runtime to execute apps without the overhead of full hardware emulation.
Distinct from Application Instance Virtualization: Focuses on container-based app execution specifically for Android on Linux, not general instance virtualization.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Android Application Virtualization. Refine with filters or upvote what's useful.
Anbox 是一个 Android 容器环境和运行时,旨在在 Linux 桌面执行 Android 应用程序。它利用基于容器的系统来运行 Android 操作系统,而无需传统硬件虚拟化带来的开销。 该系统具有一个硬件抽象层,通过宿主守护进程路由硬件访问和传感器数据,以提供加速渲染。它通过将单个 Android 应用程序层映射到单独的窗口来与 Linux 桌面集成,允许应用程序作为独立的桌面应用程序运行。 该项目支持引导自定义 Android 镜像以定义系统根文件系统,并提供通过调试桥侧载和管理应用程序包的工作流。它包括一个会话管理器来协调应用程序组件的生命周期和启动。
Boots a full Android system within a container on a Linux host to run software without virtualization overhead.