redroid 11 amd64 with gapps & libhoudini
10K+
Android 11 with google play services enable & libhoudini configured
if this image is illegal, please contact me and i will delete it. USE AT YOUR OWN RISK.
Just simply run the command or use your own configuration with libhoudini.so configured
update 2023/8/17:
use redroid-11-wifi tag if you want to have your container with virtual wifi enabled
if you use that tag, you must first enable the module mac80211_hwsim first in your host server
Reference bootstrap code below:
docker run -itd --rm --privileged \
-v ~/data:/data \
-p 5555:5555 \
teddynight/redroid:latest \
androidboot.redroid_net_proxy_type=static \
androidboot.hardware=mt6891 \
ro.product.cpu.abilist=x86_64,arm64-v8a,x86,armeabi-v7a,armeabi \
ro.product.cpu.abilist64=x86_64,arm64-v8a \
ro.product.cpu.abilist32=x86,armeabi-v7a,armeabi \
ro.dalvik.vm.isa.arm=x86 \
ro.dalvik.vm.isa.arm64=x86_64 \
ro.enable.native.bridge.exec=1 \
ro.enable.native.bridge.exec64=1 \
ro.dalvik.vm.native.bridge=libhoudini.so
Content type
Image
Digest
sha256:a9baf5d9f…
Size
1 GB
Last updated
over 3 years ago
docker pull teddynight/redroid