
This repository provides Redroid Docker images integrated with Houdini or NDK Translation, making it possible to run ARM architecture Android apps on an x86_64 platform (such as Intel / AMD processors). These images are especially useful for application testing and integration development.
| NDK Translation Image Tag | Source Platform | NDK Translation Version | Supported Platforms | Notes |
|---|---|---|---|---|
erstt/redroid:11.0.0_ndk_ChromeOS | ChromeOS grunt R134 | 0.2.2 | Intel / AMD | Verified stable on Intel / AMD platforms. |
erstt/redroid:12.0.0_ndk_ChromeOS | ChromeOS skyrim R134 | 0.2.3 | Intel / AMD | Verified stable on Intel / AMD platforms. |
erstt/redroid:13.0.0_ndk_ChromeOS | ChromeOS skyrim R134 | 0.2.3 | Intel / AMD | Verified stable on Intel / AMD platforms. |
erstt/redroid:15.0.0_ndk_AVD | AVD_35_ext15_r01 | 0.2.3 | Intel / AMD | Verified stable on Intel / AMD platforms. Translation supports arm64-v8a only. |
| Houdini Image Tag | Source Platform | Houdini Version | Houdini64 Version | Supported Platforms | Notes |
|---|---|---|---|---|---|
erstt/redroid:11.0.0_houdini_ChromeOS | ChromeOS brya R112 | 11.0.1f_y.38795.g | 11.0.1f_z.38795.g | Intel | Verified stable on Intel platform. |
erstt/redroid:12.0.0_houdini_WSA | WSA 12L | 12.0.0a_y.38818.m | 12.0.0a_z.38818.m | Intel / AMD | Potential compatibility issues with some apps; testing recommended. |
erstt/redroid:13.0.0_houdini_ChromeOS | ChromeOS nissa R134 | 13.0.1_y.39540.g | 13.0.1_z.39540.g | Intel | Potential compatibility issues with some apps; testing recommended. |
Additional Notes:
The following image variants are also available:
erstt/<android_version>_<houdini_or_ndk><_magisk><_litegapps>_ChromeOS
_magisk (optional): Magisk pre-installed_litegapps (optional): Lightweight Google Apps pre-installedThe images are only suitable for x86_64 architecture devices.
When starting the container, make sure to configure device mapping and mount options properly.
Where to file issues: https://github.com/ERSTT/redroid/issues
If you only need to run games supporting arm64-v8a (e.g., Arknights), it’s suggested to remove the armeabi-v7a and armeabi ABIs for better stability.
The device has not been certified by the Play Protect mechanism. To proceed, follow these steps:
Use ADB to retrieve the device ID:
bashadb root adb shell 'sqlite3 /data/data/com.google.android.gsf/databases/gservices.db \ "select * from main where name = \"android_id\";"'
Or
bashadb shell su sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"
Register the device ID at the following URL:
[***]
bashdocker run -itd --rm --privileged \ --pull always \ -v /path/to/your/directory:/data \ -p 5555:5555 \ <ndk_image_tag>
bashpodman run -itd --rm --privileged \ --pull always \ -v /path/to/your/directory:/data \ -p 5555:5555 \ <ndk_image_tag>
yamlservices: redroid: image: <ndk_image_tag> tty: true stdin_open: true privileged: true ports: - 5555:5555 volumes: - /path/to/your/directory:/data
bashdocker run -itd --rm --privileged \ --pull always \ -v /path/to/your/directory:/data \ -p 5555:5555 \ <houdini_image_tag> \ ro.enable.native.bridge.exec64=1 \ ro.dalvik.vm.native.bridge=libhoudini.so
bashpodman run -itd --rm --privileged \ --pull always \ -v /path/to/your/directory:/data \ -p 5555:5555 \ <houdini_image_tag> \ ro.enable.native.bridge.exec64=1 \ ro.dalvik.vm.native.bridge=libhoudini.so
yamlservices: redroid: image: <houdini_image_tag> tty: true stdin_open: true privileged: true ports: - 5555:5555 volumes: - /path/to/your/directory:/data command: - ro.enable.native.bridge.exec64=1 - ro.dalvik.vm.native.bridge=libhoudini.so
| Param | Description | Default |
|---|---|---|
| androidboot.redroid_width | display width | 720 |
| androidboot.redroid_height | display height | 1280 |
| androidboot.redroid_fps | display FPS | 30(GPU enabled) 15 (GPU not enabled) |
| androidboot.redroid_dpi | display DPI | 320 |
| androidboot.use_memfd | use memfd to replace deprecated ashmemplan to enable by default | false |
| androidboot.use_redroid_overlayfs | use overlayfs to share data partition/data-base: shared data/data-diff: private data | 0 |
| androidboot.redroid_net_ndns | number of DNS server, 8.8.8.8 will be used if no DNS server specified | 0 |
| androidboot.redroid_net_dns<1..N> | DNS | |
| androidboot.redroid_net_proxy_type | Proxy type; choose from: static, pac, none, unassigned | |
| androidboot.redroid_net_proxy_host | ||
| androidboot.redroid_net_proxy_port | 3128 | |
| androidboot.redroid_net_proxy_exclude_list | comma separated list | |
| androidboot.redroid_net_proxy_pac | ||
| androidboot.redroid_gpu_mode | choose from: auto, host, guest;guest: use software rendering;host: use GPU accelerated rendering;auto: auto detect | guest |
| androidboot.redroid_gpu_node | auto-detect | |
| ro.xxx | DEBUG purpose, allow override ro.xxx prop; For example, set ro.secure=0, then root adb shell provided by default |
This project is based on the https://github.com/remote-android.


探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务