remote-android / redroid-doc

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

I can not run redroid on amazon linux #654

Open Gentleman36 opened 5 months ago

Gentleman36 commented 5 months ago

I can not run redroid on amazon linux. I think the reason is the modules are not installed correctly. I tried to insatll modules by these commands. git checkout origin/amazonlinux2 sudo yum install git kmod make "kernel-devel-uname-r == uname -r" sudo make # build kernel modules sudo make install # build and install unsigned kernel modules When I run lsmod | grep -e ashmem_linux -e binder_linux command, it just skip to the next line. I can not connect it by adb. It shows I connected to it.However, when I run adb devices, it does not show any devices attached. How could I solve this problem? Thanks for answering my question.

zhouziyang commented 5 months ago

I'm not working on AWS recently. For public cloud platforms, try Ubuntu host OS.

Gentleman36 commented 4 months ago

OK, thanks.