I got a scenario where i need to Unzip the folder recursively. I have gone through the several links but not matching my requirements. I'm using mono 3.2.6 and need to extract recursively in android xamarin.
I used third party tool ICSharpCode.SharpZipLib.Zip. This was working fine in my application in debugging mode. But throws an error in Release mode. After APK installation in real device.
Even tried Dotnet.Zip but i'm unable unzip folder recursively. here suggested open source dll but it is concentrated on file rather then folder
Another link which shows the solution in java android, i'm looking for the same type in c# xamarin android. Is there any way to do this, even free third party tools are ok. can anybody suggest me the solution or hints are appreciated.