redroid-doc
redroid-doc copied to clipboard
I can not run redroid on amazon linux
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.