mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-10 07:36:26 -04:00
Added .so file while while initlizing JNIKiwix class which we have missed
This commit is contained in:
parent
2f951febf3
commit
eaa957fcf0
@ -26,9 +26,11 @@ import org.kiwix.libkiwix.JNIICU;
|
|||||||
|
|
||||||
public class JNIKiwix
|
public class JNIKiwix
|
||||||
{
|
{
|
||||||
public JNIKiwix(final Context context){
|
public JNIKiwix(final Context context) {
|
||||||
ReLinker.loadLibrary(context, "kiwix");
|
ReLinker.loadLibrary(context, "kiwix");
|
||||||
ReLinker.loadLibrary(context, "zim");
|
ReLinker.loadLibrary(context, "zim");
|
||||||
|
ReLinker.loadLibrary(context, "kiwix_wrapper");
|
||||||
|
ReLinker.loadLibrary(context, "zim_wrapper");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setDataDirectory(String icuDataDir) {
|
public void setDataDirectory(String icuDataDir) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user