Difference between revisions of "AnBox: Install Kernel Modul"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
  sudo add-apt-repository ppa:morphis/anbox-support  |   sudo add-apt-repository ppa:morphis/anbox-support  | ||
  sudo apt update  |   sudo apt update  | ||
| + | |||
| + | Error message  | ||
| + | |||
| + |  E: The repository 'http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal Release' does not have a Release file.  | ||
| + |  N: Updating from such a repository can't be done securely, and is therefore disabled by default.  | ||
| + |  N: See apt-secure(8) manpage for repository creation and user configuration details.  | ||
| + | |||
| + | |||
Install  | Install  | ||
| Line 27: | Line 35: | ||
==Pranala Menarik==  | ==Pranala Menarik==  | ||
| − | + | * [[Android Emulator: Anbox]]  | |
| − | |||
| − | * [[Android Emulator:   | ||
Latest revision as of 09:35, 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
Error message
E: The repository 'http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
Install
sudo apt install linux-headers-generic anbox-modules-dkms
Cek
sudo modprobe ashmem_linux sudo modprobe binder_linux