I am unable to unzip file on sdcard. I have tested http://www.jondev.net/articles/Unzipping_Files_with_Android_%28Programmatically%29 How to unzip files programmatically in Android? Android - Unzip a folder?
It shows no error, no warning, nothing, like everything is okay. But zip file is not extracted.
I have WRITE_EXTERNAL_STORAGE_PERMISSION enabled, so I can write to sdcard from app (it works, I tested that)
What can it be?
Thanks