remote-android / redroid-doc

redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here
4.28k stars 308 forks source link

alpine无法启动 #421

Open aogg opened 1 year ago

aogg commented 1 year ago

没有对应的可执行

## install required kernel modules
apt install linux-modules-extra-`uname -r`
modprobe binder_linux devices="binder,hwbinder,vndbinder"
modprobe ashmem_linux

但https://github.com/budtmo/docker-android都能成功

zhouziyang commented 1 year ago

Not tested on Alpine, possible need customized Linux kernel (enable binderfs etc.).

BTW, docker-android (the project you mentioned) is a totally different solution (Qemu + KVM based, Android Emulator like).