Bonjour,
Je suis sur une Debian Buster 10 stable -Xfce.
Je cherche à installer Anbox.
J’ai fait pas mal de recherches et j’ai commencé à installer anbox en suivant ces instructions :
https://salsa.debian.org/zhsj/anbox/blob/master/debian/README.Debian
et j’en suis arrivé là :
~/Term$ anbox check-features
The CPU of your computer (AMD Athlon(tm) X2 Dual-Core QL-62) does not support all features Anbox requires.
It is missing support for the following features: SSE 4.1, SSE 4.2, SSSE 3
You can for example find more information about SSE
here https://en.wikipedia.org/wiki/Streaming_SIMD_Extensions
~/Term$
Et :
~/Term$ systemctl status anbox-container-manager.service
● anbox-container-manager.service - Anbox Container Manager
Loaded: loaded (/lib/systemd/system/anbox-container-manager.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Condition: start condition failed at Wed 2021-02-17 14:42:40 CET; 20min ago
└─ ConditionPathExists=/var/lib/anbox/android.img was not met
Docs: man:anbox(1)
~/Term$
Et :
~/Term$ ls /var/lib/anbox
android_amd64.img
~/Term$
Je me doute bien qu’il y a un souci avec le nom de l’image dans /var/lib/anbox.
Mais ce qui m’inquiète le plus, c’est le check-features qui semble me dire que je n’ai pas le matériel requis.
Pouvez-vous me le confirmer ?
Ou m’indiquer d’autres opérations possibles ?
Merci.