libkiwix/src/android
Matthieu Gautier 7c634738dd Update jni build script to java jdk 8+.
With jdk8, `javac` has an option `-h` to generate the header files of
native classes.
So there is no need to run `javah` several times.

As there is now only one command to run (`javac`), there is no need for
the wrapper script `gen_kiwix.sh`.

Fix #167
2018-08-20 12:17:29 +02:00
..
org/kiwix/kiwixlib Make JNIKiwixReader throw an exception if something goes wrong at creation. 2018-02-01 17:18:54 +01:00
res/values Update kiwix-lib to new kiwix-android way of building. 2017-04-24 16:37:31 +02:00
AndroidManifest.xml Update kiwix-lib to new kiwix-android way of building. 2017-04-24 16:37:31 +02:00
kiwix.cpp Change JNI API of kiwix-lib (mainly to support multi-zims search) 2017-11-22 14:54:03 +00:00
kiwixreader.cpp [Android] Better error message when failing to read in zim file. 2018-07-31 11:49:44 +02:00
kiwixsearcher.cpp Fix JNI android integration 2017-11-22 14:54:03 +00:00
meson.build Update jni build script to java jdk 8+. 2018-08-20 12:17:29 +02:00
utils.h Add a method in the JNI API to get direct access information. 2017-12-13 17:22:26 +01:00