Closed asthagarg2428 closed 2 years ago
1st part I have resolved. Created separate issue for 2nd point
I can also recommend referring to the documentation for Java library 7-Zip-JBinding.
This includes the the documentation available here:
As well as the Java documentation for the library:
I tried compression with 1 docx and other mp4 files and on extracting the same compressed files, the obtained files can't be viewed.
Steps:-
I changed the create method of
CompressArchiveStructure.java
to return me the Items containing files from assets folder of type docx and mp4.Calling compress with ZIP format from
MainActivity
Run the App, You will see thet the compressed_zip.zip is generated at the right path and extract the zip files using phone's default App
Observed behaviour:-
Please help me resolving in this issue and let me know if you need any more details from my side