AndroidP7zip
AndroidP7zip copied to clipboard
Using as 3rd party library
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!
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
你好, 该 怎么用你的这个啊?跑不起来
用android studio + ndk 应该可以编译 运行