Cant unzip file, tested different functions?

Try using zip4j library With the solution by jondev you must pay attention to file paths: a single / omitted could cause nothing works EDIT: Based on comments, probably this can help you: String externalPath = getExternalFilesDir(null).getAbsolutePath(); Decompress d = new Decompress(externalPath + "/test. Zip", externalPath + "/"); d.unzip().

– POMATu Nov 16 at 18:02 Post your code; if it is wrong, I can help you to correct it – VitoShadow Nov 16 at 19:01 Decompress d = new Decompress("/sdcard/test. Zip", "/sdcard/app/"); d.unzip(); – POMATu Nov 16 at 19:14 See edit in my answer. I suppose the file test.

Zip is in the root directory of external storage – VitoShadow Nov 16 at 20:39 Thanks, I'll try, but I am a bit skeptic now, because I think that getExternalFilesDir(null).getAbsolutePath() means "/sdcard" – POMATu Nov 16 at 21:20.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions