Debian Sid에 anbox를 설치하고 playstore 설치하는 방법을 기술한다.
anbox설치
$ sudo apt install anbox
android 이미지 설치
anbox 패키지에는 android 이미지를 가지고 있지 않다. 아래와 같이 파일을 받아서 /var/lib/anbox에 넣어줘야 한다.
$ wget https://build.anbox.io/android-images/2018/07/19/android_amd64.img $ sudo mv android_amd64.img /var/lib/anbox/android.img
PlayStore 설치
install-playstore.sh스크립트를 받아서 설치한다.
$ sudo apt install lzip squashfs-tools $ wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh $ sudo mkdir /etc/systemd/system/anbox-container-manager.service.d/ $ sudo bash install-playstore.sh $ sudo apt purge lzip squashfs-tools
설치가 끝나면 아래와 같이 실행하고
$ anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
Settings를 실행하고 Apps > Google Play Services > Permissions 에서 모든 권한을 주면 된다.
실행 예
설치해보면 실행 안되는 앱이 꽤 많다.