Skip to content

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

License

Notifications You must be signed in to change notification settings

dreamer09/AndroidUn7zip

 
 

Repository files navigation

AndroidUn7zip(安卓7zip解压)

A simple library with lzma sdk for 7z extraction.

Introduction

Import the library:

dependencies {
    compile 'com.hzy:un7zip:1.0.0'
}

Java API:

public static boolean extract7z(String filePath, String outPath);
public static boolean extract7zFromAssets(Context context, String assetPath, String outPath);

Fetures

  • easily extract 7z from file
  • directly extract 7z from assets
  • unicode file names is available

Screenshot

image

Thanks To

  • danhantao offered X86 compiled(修复了X86编译问题)
  • ransj offered the way to extract 7z file from assets directly(添加了直接从assets解压的功能)

About Me

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 96.8%
  • Java 2.7%
  • C++ 0.5%