This content has been marked as final.
Show 2 replies
-
1. Re: Decompressing LZMA .zip files always gives "System out of Memory" on AIR.
12345abcdefghi Nov 22, 2012 4:33 AM (in response to FLAdude)Have you tried fzip for unzipping files? I've got a 50 meg zip file that contains about 11,000 files and it is able to decompress and save the files on android in about 40 seconds.
-
2. Re: Decompressing LZMA .zip files always gives "System out of Memory" on AIR.
FLAdude Nov 23, 2012 11:58 AM (in response to 12345abcdefghi)No. I try and avoid cluttering my apps with extra libraries if at all possible. It may have a sizeable footprint when I only need a few things, and it might contain encryption stuff if it supports the whole zip specification, which makes your app banned from export to some countries apparently.
I already have my app doing what I need it to do with the most common deflate method, but it simply would be a shame to not have LZMA support when it is built right into AIR. I would like to know what I'm doing wrong when I call uncompress with "lzma".

