- Apr 2, 2019
- 2,997
- 10,730
From what I gathered this won't solve anything. The initial APK used for installing the app can be no larger than 100 MiB and any additional data must be contained inside no more than two so called expansion files of up to 2 GiB each (making 4 GiB the largest any single app can be at the moment) [I hope Maj finds the time to remake the android version. All games this big have a small APK then you download the data separately which makes both running and installing the game easier and less taxing for device.
You must be registered to see the links
]. Splitting the APK would still have you download a 1.11 GiB expansion file shared here (as one can hardly expect the devs to host it), leaving you with the exact same problem as before: downloading a single large file without any hickups. Not relying on Android in the first place and using a computer in conjunction with any sane download manager to get the files and later transfer them to the Android device (by way of personal cloud storage, external storage or sftp for instance) seems to be the best approach.