geeks-r-us / anbox-playstore-installer

Install script that automates installation of googles playstore in anbox
MIT License
655 stars 155 forks source link

There is no Google Store among Apps #69

Open 512yottabytes opened 3 years ago

512yottabytes commented 3 years ago

Runed the script successfully, restarted the anbox, but there is no Google Store among Apps. Any solution?

buddhi-deep commented 3 years ago

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

buddhi-deep commented 3 years ago

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"
buddhi-deep commented 3 years ago

However this is not a long-time solution,maybe the package in latest Opengapps release will back,idk.

Morphy-Kun commented 2 years ago

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: image

but now it's giving me different error. 😢 image

Morphy-Kun commented 2 years ago

Never mind, I tried running it again and somehow it ran perfectly fine this time. ( ^ u ^ )b

buddhi-deep commented 2 years ago

Because you have to add a sub-command to enable overlay when launch the container manager (systemd , to me)

brudel commented 2 years ago

Looks like it's no more a problem.