編碼的世界 / 優質文選 / 女人

Ubuntu 18.04 安裝android模擬器Anbox


2022年7月09日
-   

網上大多教程都是舊的,實際只需要跟著https://github.com/anbox/anbox/blob/master/docs/install.md
這上面的說明走就行了,主要步驟是安裝內核模塊,這個也是只需要跟著https://github.com/anbox/anbox-modules
這上面的說明走就行了,如果是Centos也是這樣操作但本人實驗無法運行,還是ubuntu方便
 $ sudo add-apt-repository ppa:morphis/anbox-support
$ sudo apt update
$ sudo apt install anbox-modules-dkms
$ sudo modprobe ashmem_linux
$ sudo modprobe binder_linux
$ ls -1 /dev/{ashmem,binder}
/dev/ashmem
/dev/binder
$ snap install devmode beta anbox

$ snap remove anbox
$ sudo apt install ppa-purge
$ sudo ppa-purge ppa:morphis/anbox-support

然後安裝apk文件
sudo apt install android-tools-adb android-tools-fastboot
打開android setting這個軟件 adb install *.apk
如果出現error:device offline那麼一定是5037端口被占用重啟就可以或者直接kill掉占用進程
 
 

熱門文章