Difference between revisions of "AnBox: Install Kernel Modul"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 27: | Line 27: | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
− | + | * [[Android Emulator: Anbox]] | |
− | |||
− | * [[Android Emulator: |
Revision as of 09:28, 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