mine is a few builds different to yours: 1.8.0_292-8u292-b10-0ubuntu1~20.10-b10
Sounds like your computer won't relent in our fight to build AOSP 7.1.1 on it, so I've updated my instructions above with a download link to my prebuilt rootfs image. I don't know how you feel about using a 3rd party build in the Gemian repo, but at least the rootfs image will help other folks get started with Anbox on the Cosmo. It's in step 4 above in post https://www.oesf.org/forum/index.php?topic=36525.msg297542#msg297542.
Hi.
Thank you for post these instructions.
I followed your guide. Except that I didn't build an android image.
But when I did systemctl --global enable anbox-session-manager the error below occurs.
cosmo@cosmocom:~$ systemctl --global enable anbox-session-manager
/usr/lib/systemd/user/anbox-session-manager.service:1: Missing '='.
Failed to enable unit, file anbox-session-manager.service: Invalid argument.
So I did an script like below and it is working.
cosmo@cosmocom:~$ more anbox.sh
sudo systemctl start anbox-container-manager
systemctl --user start anbox-session-manager
LD_LIBRARY_PATH=/opt/gl4es/lib anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
To test if the network was working I had to install a text browser and It works ( TJ text browser ).
With firefocus ( also firefox ) and other browsers the screen is black.
Also with the pre loaded email software it only loads the messages and I cannot open them. Also witth k-9 mail program. Same behaviour.
Only to know if these errors are happening with you.
Maybe the problem is with the android image.
I really would like to know if there is a possibility to install playstore inside the image you have provided.
Thank you so much.