How to run android apps in linux os
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 behave integrated into your operating system like any other native application.
To install open terminal and paste it
snap install --classic anbox-installer && anbox-installer
to open open terminal and paste
anbox session-manager
TO install apps
sudo apt-get install android-tools-adb android-tools-fastboot
After that,its easy to install or uninstall Android apps with
After that,its easy to install or uninstall Android apps with
just donwload the app which you want to install and then open terminal and browse that download folder by typing cd Downloads then type adb install full file name with.apk
Comments
Post a Comment