2 Repos
Runs a full Android emulator inside a Docker container with hardware acceleration for mobile app testing and development.
Distinct from Android Containerization: Distinct from Android Containerization: focuses on running the full emulator in Docker, not containerizing Android apps.
Explore 2 awesome GitHub repositories matching mobile development · Dockerized Android Emulators. Refine with filters or upvote what's useful.
Docker-Android runs a full Android emulator inside a Docker container, enabling mobile app testing and automation without requiring a physical device. The emulator uses QEMU-based virtualization with optional KVM acceleration for hardware-backed performance, and supports nested virtualization on cloud VMs from providers like AWS, GCP, and Azure for environments without direct hardware acceleration. The container exposes the Android Debug Bridge over TCP/IP, allowing host-side tools to connect to the emulator as if it were a local device. It provides browser-based interaction with the emulator
Runs a full Android emulator inside a Docker container with hardware acceleration for mobile app testing.
This project is an Android container runtime that enables the deployment of GPU-accelerated Android instances on Linux hosts across multiple hardware architectures. It provides a cloud-based environment for virtualized Android devices, functioning as a containerized implementation of the Android operating system to support scalable device instances. The system distinguishes itself through a cross-architecture runtime capable of executing ARM-based Android applications on x86 hardware via binary translation layers. It further utilizes host GPU resources to provide high-performance graphics ren
Offers a Docker-based implementation of the Android OS for scalable virtualization and automated testing.