OPERATING SYSTEMSOS Linux

How to Run Android Apps on Ubuntu with Anbox

This video shown you how to run android application on ubuntu with anbox.

Anbox puts the Android operating system into a container, abstracts hardware access and integrates core system services into a GNU/Linux system. Every Android application will be integrated with your operating system like any other native application.

0:06 – Install anbox using anbox-installer :
sudo apt install git
git clone https://github.com/anbox/anbox-installer.git

1:18 – Running anbox and some android apps

1:53 – How to install android application
sudo apt install android-tools-adb android-tools-fastboot

Download android app (apk) from apkmirror.com, then install with the following command:
adb install android_app.apk

2:58 – How to remove android application :
adb uninnstall name_of_apk_file
use the following command to list installed packages:
adb shell ‘pm list package -f’

Software that we are using for creating this video :
– Blender for Editing video – https://www.blender.org/
– Inkscape for create clip text and other material – https://inkscape.org/en/
– SimpleScreenRecorder for desktop recording – http://www.maartenbaert.be/simplescreenrecorder/

Support LinuxScoop on Patreon : https://patreon.com/linuxscoop

Follow and Subscribe:
Youtube : http://bit.ly/1LcWaHK
Dailymotion : http://bit.ly/1MZbdXI
Website : http://bit.ly/1MFgNlf
Google+ : http://bit.ly/1NtQ2MZ
Facebook : http://bit.ly/1Y86LNi
Twitter : http://bit.ly/20QcCJx
Tumblr : http://bit.ly/20ZgoAh
Telegram : https://t.me/linuxscoop

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *