anbox-playstore-installer
anbox-playstore-installer copied to clipboard
There is no Google Store among Apps
Runed the script successfully, restarted the anbox, but there is no Google Store among Apps. Any solution?
Yes.Due to the newest version in OpenGapps x86_64 folder has nothing in it so you have to change the source manually to the https://sourceforge.net/projects/opengapps/files/x86_64/20210701/ then it can be installed
modify this
OPENGAPPS_RELEASEDATE="$($CURL -s https://api.github.com/repos/opengapps/x86_64/releases/latest | grep tag_name | grep -o "\"[0-9][0-9]*\"" | grep -o "[0-9]*")"
to
OPENGAPPS_RELEASEDATE="20210701"
However this is not a long-time solution,maybe the package in latest Opengapps release will back,idk.
modify this
OPENGAPPS_RELEASEDATE="$($CURL -s https://api.github.com/repos/opengapps/x86_64/releases/latest | grep tag_name | grep -o "\"[0-9][0-9]*\"" | grep -o "[0-9]*")"
to
OPENGAPPS_RELEASEDATE="20210701"
hey I had the same issue so I did what your suggested:
but now it's giving me different error. 😢
Never mind, I tried running it again and somehow it ran perfectly fine this time. ( ^ u ^ )b
Because you have to add a sub-command to enable overlay when launch the container manager (systemd , to me)
Looks like it's no more a problem.