I've checked this page:
http://giderosmobile.com/DevCenter/index.php/APK_Expansion_FilesI had some questions based on the steps...
1) Export your Eclipse project. 3) Goto to the assets/assets folder, select the big files and directories and create create an uncompressed .zip file <-- How do you create an uncompressed zip file?
Thanks
Tom
Comments
1) yes export eclipse project from Gideros
2) depends on your OS and archiving software. For me on Windows I use winrar, so I just right click on file (or files) and select archive, select zip and compression level store (no compression)
Likes: Tom2012
1) yes - in your exported project dir you can find the assets/assets path
3) I think there should be a no-compression "compression method" to choose in your compressor, like in a base tar file: in WinRar it is called Store
[edit: Arturs was faster ]
Likes: Tom2012
Hmm seems there's no way to do this on Mac. Will have to swap over to PC and try WinRar.
Create zip without compression on OS X from Terminal:
zip -r0 zipfilename.zip files-to-zip
I've created a ZIP from my large assets. As I understand it, this .zip file IS the expansion file.
Am I correct in thinking that as far as expansion files go, there's no further coding required within Gideros?
I looked at this page http://developer.android.com/google/play/expansion-files.html and almost decided to opt out of the Play store it was so long!