AndroidP7zip icon indicating copy to clipboard operation
AndroidP7zip copied to clipboard

Using as 3rd party library

Open ftheirs opened this issue 7 years ago • 3 comments

Hi! I'm looking for a library that can manage some files, mainly tar and zip. This library is perfect and I've tested it, it works pretty well!

I would like to ask you if you can provide a folder with the necessary headers to include your library in another project. Also, if it's possible, a mini tutorial to use the library as stand alone.

Many thanks for your work!

ftheirs avatar May 03 '17 17:05 ftheirs

Hi! actually if you need to use it as stand alone library, you need just this head file: https://github.com/hzy3774/AndroidP7zip/blob/master/P7zip/jni/p7zip/p7zip_9.38.1/jni/JniWrapper.h all you need to call is this function: int executeCommand(const char* cmd); I hope it could help

huzongyao avatar May 05 '17 07:05 huzongyao

你好, 该 怎么用你的这个啊?跑不起来

OneLeafAlex avatar Sep 01 '17 08:09 OneLeafAlex

用android studio + ndk 应该可以编译 运行

huzongyao avatar Sep 01 '17 08:09 huzongyao