我有Anbox在我的系统,但不能让谷歌播放应用程序。当我点击Anbox打开它时,上面写着开始..。过一段时间就关门了。这是我身体里的东西。
root@terry-ThinkPad-T530:/home/terry# snap info anbox
name: anbox
summary: Android in a Box
publisher: Simon Fels (morphis)
store-url: https://snapcraft.io/anbox
contact: https://anbox.io
license: unset
description: |
Runtime for Android applications which runs a full Android system
in a container using Linux namespaces (user, ipc, net, mount) to
separate the Android system fully from the host.
You can find further details in our documentation at
https://github.com/anbox/anbox/blob/master/README.md
commands:
- anbox
- anbox.android-settings
- anbox.appmgr
- anbox.collect-bug-info
- anbox.shell
services:
anbox.container-manager: simple, enabled, active
snap-id: Nr9K6UJaIOD8wHpDEQl16nabFFt9LLEQ
tracking: latest/beta
refresh-date: today at 12:04 CST
channels:
latest/stable: –
latest/candidate: –
latest/beta: 4-56c25f1 2020-01-02 (186) 391MB devmode
latest/edge: 4+gitr6c10125 2020-11-30 (206) 410MB devmode
installed: 4-56c25f1 (186) 391MB devmode
root@terry-ThinkPad-T530:/home/terry# wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh发布于 2021-07-14 14:19:49
在/etc/initramfs-tools/modules中添加以下内容:
binder_linux
ashmem_linux...followed,sudo update-initramfs -u.
对我来说,一开始它没有启动,但在1或2次重新启动之后,它就启动了。
您也可以在启动收件箱之前尝试export EGL_PLATFORM=x11,但是环境变量似乎是自动添加的,因此不需要它。
https://askubuntu.com/questions/1303984
复制相似问题