Skip to content

timesking/AndroidUn7zip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.8%
  • Java 15.2%
  • Other 1.0%