Difference between revisions of "AnBox: Install Kernel Modul"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://docs.anbox.io/userguide/install_kernel_modules.html Starting with Ubuntu 19.04 binder and ashmem are now build with the standard Ubuntu kernel (>= 5.0) and y...") |
Onnowpurbo (talk | contribs) |
||
Line 26: | Line 26: | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
+ | |||
+ | |||
+ | |||
+ | * [[Android Emulator: Anbor]] |
Revision as of 09:27, 11 September 2020
Sumber: https://docs.anbox.io/userguide/install_kernel_modules.html
Starting with Ubuntu 19.04 binder and ashmem are now build with the standard Ubuntu kernel (>= 5.0) and you don’t have to install the modules from the PPA anymore.
In order to add the PPA to your Ubuntu system please run the following commands:
sudo add-apt-repository ppa:morphis/anbox-support sudo apt update
Install
sudo apt install linux-headers-generic anbox-modules-dkms
Cek
sudo modprobe ashmem_linux sudo modprobe binder_linux