Android Question Extracting Zip Files in B4A

Calum Forsyth

Member
Licensed User
Hello,

I have an application which needs zip files to be extracted. To try and extract these zip files I have tried the library ABZipUnzip which failed to work. I then resulted to creating a java library using java.util.zip.ZipEntry and ZipInputStream and this gives the error message "Cannot read local header version 45".

If anyone knows of any libraries or ways of extracting a zip file, please leave a reply.

Thank You.
 
Top