geeks-r-us / anbox-playstore-installer

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

Ubuntu 18.04 - Script exits after "Loading open gapps" #48

Closed mbe14 closed 4 years ago

mbe14 commented 4 years ago

I suspect the script breaks somewhere after the line "Loading open gapps" This is the full output:

mihai@lxle01:~$ ./install-playstore.sh /var/snap/anbox/common/rootfs-overlay /home/mihai/anbox-work Extracting anbox android image Parallel unsquashfs: Using 4 processors 1836 inodes (8401 blocks) to write

[=============================================================] 8401/8401 100%

created 1659 files created 280 directories created 177 symlinks created 0 devices created 0 fifos Loading open gapps from https://sourceforge.net/projects/opengapps/files/x86_64/20200407/open_gapps-x86_64-7.1-pico-20200407.zip mihai@lxle01:~$

EDIT: link to open_gapps is broken: The "/x86_64/20200407/ope...1-pico-20200407.zip" file could not be found or is not available. Please select another file.

mbe14 commented 4 years ago

Workaround: Go to https://sourceforge.net/projects/opengapps/files/x86_64/ and note the last modified parent folder. Edit install-playstore.sh at lines 102 and 103 which are using the OPENGAPPS_RELEASEDATE variable. Set variable value to the name of the last modified parent folder (ex. 20200403) Please close this issue. Thank you!

geeks-r-us commented 4 years ago

Duplicate of #47