I am facing interesting problem. I have in my ZIP archive more than 65535 files inside my archive and that is problem, because standard ZIP archive can carry no more then 65535 to be able to successfully unpack them. Have you faced same problem? I am currently unzipping in Android (using ZipEntry), so is there any way how to increase numbers of files I can store in one ZIP?
Thanks