
erstt/redroidThis 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. |
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: [***]
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 Redroid Project.


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务