3 个仓库
Linux-based environments that provide a runtime for executing Android APK files.
Distinct from Android Runtime Execution: Distinct from Android Runtime Execution: focuses on the full container environment rather than just script execution within an app.
Explore 3 awesome GitHub repositories matching mobile development · Android App Containers. Refine with filters or upvote what's useful.
Anbox 是一个 Android 容器环境和运行时,旨在在 Linux 桌面执行 Android 应用程序。它利用基于容器的系统来运行 Android 操作系统,而无需传统硬件虚拟化带来的开销。 该系统具有一个硬件抽象层,通过宿主守护进程路由硬件访问和传感器数据,以提供加速渲染。它通过将单个 Android 应用程序层映射到单独的窗口来与 Linux 桌面集成,允许应用程序作为独立的桌面应用程序运行。 该项目支持引导自定义 Android 镜像以定义系统根文件系统,并提供通过调试桥侧载和管理应用程序包的工作流。它包括一个会话管理器来协调应用程序组件的生命周期和启动。
Runs Android applications on a Linux desktop using containers to avoid the overhead of traditional virtualization.
Cloudstream is an Android media streaming client and extensible media player that aggregates video and audio content from external sources. It operates as an Android application container within a Linux-based environment, enabling the installation and execution of Android software packages via APK files. The project utilizes an extension-based provider system that allows for the creation of custom plugins. These extensions define the logic for scraping and retrieving multimedia content and metadata from third-party sources. Additional capabilities include the ability to cast media playback t
Provides a Linux-based environment that executes Android applications and supports installation from APK files.
This project provides a containerized runtime for Android emulator virtualization, allowing virtual Android devices to run within isolated container environments. It is designed to support headless emulation and device orchestration for use in continuous integration and development pipelines. The system differentiates itself by implementing GPU hardware acceleration via passthrough to improve graphics rendering performance. It also utilizes external SDK mounting and volume-mapped state persistence to reduce image size and maintain emulator data across restarts. The environment supports remot
Provides a full Linux-based container environment for executing a virtualized Android runtime.