Closed WirelessAlien closed 10 months ago
I fixed it.
can you tell how fixed, thx
can you tell how fixed, thx
I actually forgot what was the issue here but If I am not mistaken the issue was that I was using ArchiveFormat.RAR
to extract RAR5, need to use ArchiveFormat.RAR5
to extract RAR5 file or don't specify the archiveformat, just define like - private var archiveFormat: ArchiveFormat? = null
and let the library decide the archive format. you can check working example on - https://github.com/WirelessAlien/ZipXtract
First of all thank you for this project. This is not an issue... I just wanted to ask you to look at this code, when you can manage time. I am trying to extract multipart rar but it is showing this error -
Callback class -
}
}