How to unzip a .7z file in android

I want to unzip a .7z file that comes from a server.
for this I have added the sevenzipjbinding.jar library and its sevenzipjbinding-AllLinux.jar shared library to the libs project directory
but I get the error "The library" sevenzipjbinding-AllLinux.jar "contains embedded libraries that will not run on the device " in console when starting the application.

and I try to use system.loadLibrary(sevenzipjbinding-AllLinux.jar);

in action but again I get the same error.

Please tell me how to implement it. how to unpack tar.7z

+3


source to share





All Articles