-
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
- You can download all the demo source code and compile it.
- if you don't want to compile the c code, just use the library.
####Demo screenshoot ####JNI log ####File manager ####Now Support Chinese ####simple code: AndUn7z.extract7z(String filePath, String outPath); extractAssets(Context context, String assetPath, String outPath);
####2014-9-3 Add file chooser in demo project:
Thanks to ExfilePicker:https://github.com/bartwell/ExFilePicker
###3.Limitation
- 7z(LZMA) extract only
- not support password
If you need more compress / extract functions or formats,https://github.com/hzy3774/AndroidP7zip
###4.More information
- More about it https://hzy3774.iteye.com/blog/2104510
###5.More about me
- ITeye blog: https://hzy3774.iteye.com/
- Baidu blog: https://hi.baidu.com/hzyws
- Sina weibo: https://weibo.com/hzy3774
###6.Contact to me
- QQ: 377406997
- Email: [email protected]