/AndroidUn7zip

A simple android ndk library used to simply extract lzma 7z files.

Primary LanguageCApache License 2.0Apache-2.0

AndroidUn7zip

  • A simple android ndk library used to simply extract lzma 7z files.

  • Some times we need to compress some resources in our applications,in some cases,LZMA get smaller achieves than common zip,so we need extract the resources when the app start to run,this library is to do the work.

###1.Introduction

  • This is a small free library with simple function to extract the 7z file
  • It is a jni call library
  • This library is based on LZMA sdk,it does the most job.

###2.Usage

  1. You can download all the demo source code and compile it.
  2. if you don't want to compile the c code, just use the library.

####Demo screenshoot image ####JNI log image ####File manager image ####Now Support Chinese image ####simple code: AndUn7z.extract7z(String filePath, String outPath); extractAssets(Context context, String assetPath, String outPath);

####2014-9-3 Add file chooser in demo project: image
Thanks to ExfilePicker:https://github.com/bartwell/ExFilePicker

###3.Limitation

###4.More information

###5.More about me

###6.Contact to me