ANBOX INSTALLATION PROCESS:-
OR
Watch this video tutorial:
Step-1 Update your system to latest ubuntu version
Step 2 - Install kernel modules
After updating your system, you need to install the right kernel module and anbox-dkms module which are required in order to install anbox by following commands:
sudo add-apt-repository ppa:morphis/anbox-support
sudo apt update
sudo apt install anbox-modules-dkms
sudo apt update
sudo apt install anbox-modules-dkms
Step 3 - Load kernel modules
Once you've installed the necessary required kernel modules, now you need to load them manually via the following: (This is done only once, as the next time you start your system modules will be started automatically.)
sudo modprobe ashmem_linux
sudo modprobe ashmem_linux
sudo modprobe ashmem_linux
Step 4 - Install Android Debug Bridge
Adb is needed in order to install apk apps.
Adb is needed in order to install apk apps.
sudo apt install android-tools-adb android-tools-fastboot
THIS PROCESS WILL TAKE SOME TIME
Step 5 - Install Anbox
Once you have completed all the steps above, proceed and install anbox by:
snap install --devmode --beta anbox
Note
If you get an error like "snap not found", that means you don't have snap package installed on your system.
If you get an error like "snap not found", that means you don't have snap package installed on your system.
To solve this
Install snap and retry again by:
Install snap and retry again by:
sudo apt-get install snapd
Step-5 Installing apk
Installing an app on anbox is easy, simply download the apk file you want to install, open the terminal and type the following command below to install it:
(Make sure to specify the correct path where you downloaded the apk file.)
(Make sure to specify the correct path where you downloaded the apk file.)
sudo adb install /the/location/of/file.apk
To uninstall an app use
sudo adb uninstall /the/location/of/file.apk
sudo adb uninstall /the/location/of/file.apk
Launch Anbox
Thanks.....
Anbox Linux | How to run Android Apps on Ubuntu | 100% working trick | Latest Tricks 2019
Reviewed by Sumit Bishnoi
on
February 13, 2019
Rating:
Thank You Bhai
ReplyDeleteWould this work on a Nexus 4?
ReplyDeleteYou can try this...
DeleteIf won't work, feel free to reply...
Thanks...