Skip to content

Instantly share code, notes, and snippets.

@FredyRosero
Last active September 23, 2022 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FredyRosero/58a56bc94a287367a79de1de60a40f5b to your computer and use it in GitHub Desktop.
Save FredyRosero/58a56bc94a287367a79de1de60a40f5b to your computer and use it in GitHub Desktop.
Anbox for Ubuntu 20.04
# Modules
mkdir /dev/binder
mount -t binder binder /dev/binder
ls -1 /dev/{ashmem,binder}
# Instalation
snap install --devmode --beta anbox
sudo snap set anbox debug.enable=true
# Start
anbox session-manager
anbox.appmgr
# Google play store
sudo apt install wget curl lzip tar unzip squashfs-tools
wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh
chmod +x install-playstore.sh
# ADB apk install
adb devices -l
adb -s <qualifier> install ./MyApk.apk /sdcard/Download
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment