anbox
sudo add-apt-repository ppa:morphis/anbox-support
sudo apt install -y anbox-modules-dkms
sudo modprobe ashmem_linux
sudo modprobe binder_linux
sudo snap install --devmode --beta anbox
sudo apt install wget lzip unzip squashfs-tools
wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh
chmod +x install-playstore.sh
sudo ./install-playstore.sh
sudo ./install-playstore.sh --clean
anbox.appmgr
sudo /snap/anbox/current/bin/anbox-bridge.sh start
sudo /snap/anbox/current/bin/anbox-bridge.sh restart
https://blog.csdn.net/ZhangRelay/article/details/84465548
https://www.linuxuprising.com/2018/07/anbox-how-to-install-google-play-store.html
sudo apt install -y anbox-modules-dkms
sudo modprobe ashmem_linux
sudo modprobe binder_linux
sudo snap install --devmode --beta anbox
sudo apt install wget lzip unzip squashfs-tools
wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh
chmod +x install-playstore.sh
sudo ./install-playstore.sh
sudo ./install-playstore.sh --clean
anbox.appmgr
sudo /snap/anbox/current/bin/anbox-bridge.sh start
sudo /snap/anbox/current/bin/anbox-bridge.sh restart
https://blog.csdn.net/ZhangRelay/article/details/84465548
https://www.linuxuprising.com/2018/07/anbox-how-to-install-google-play-store.html
评论
发表评论