How to extract assets zip file and get in list

I have created a project which having many assets file / images are compressed in zip and upload in assets but, I can’t extract zip file from assets.
Please help me to extract zip to unzip from assets folder and create a list to all images

What method are you using to unzip your zip file?

My guess is that you probably need to copy the zip file to a writeable directory before unzipping.

I used TifunZip Extension for unzip file
here you can see in screenshot:


](https://)
And show warning message:
“Sorry, can’t extract to assets! First copy the zip file to sd card and unzip there.”

Screenshot


But I can’t copy assets file in SD card…give any suggestions how to extract zip file without copying in internal storage.

Well, the error message confirms what i previously indicated. You will need to copy the zip file from the assets to a writeable directory in order to unzip it.

Give me a suggestion extract zip file without copying in internal storage… because in assets folder have premium file…

Copy your.zip file from the assets to the PrivateDir and unzip it there.
This dir is only accessable with a rooted device (same as the assets).

Thank you :sparkling_heart:

1 Like