Solvedanbox Difficult to install on Fedora system
✔️Accepted Answer
dnf config-manager --add-repo=http://download.opensuse.org/repositories/home:/gasinvein:/anbox/Fedora_27/home:gasinvein:anbox.repo
or get here the link for repo that fit with your system http://download.opensuse.org/repositories/home:/gasinvein:/anbox/
after
dnf install anbox android-tools
after dkms run you may load modules with:
systemctl restart systemd-modules-load.service
after we need download android_amd64.img from here https://build.anbox.io/android-images/2018/06/12/ and copy to /var/lib/anbox/ as android.img
now you may start services
systemctl start anbox-bridge anbox-container-manager adb
now as normal user
systemctl --user start anbox-session-manager
anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
also
adb shell
or
adb install aptoide-8.6.4.1.apk
now my goal is do an android.img with google play #118 and https://github.com/geeks-r-us/anbox-playstore-installer but we have to modify all script because we don't use snaps anymore hopefully
Best regards,
After searching for each dependency and installing it, I still get the following error. Not file names are different on Fedora, and I cannot determine what properites-cpp is to. I suppose it is gcc related but even with installing those files it still persists.
Here's the error:
-- Checking for module 'properties-cpp'
-- Package 'properties-cpp', required by 'virtual:world', not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:418 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:585 (_pkg_check_modules_internal)
CMakeLists.txt:70 (pkg_check_modules)