Matthieu Gautier d4f2f82e98 Introduce test package.
Jacoco don't track native methods, so our code coverage don't
include all the native methods, and it is exactly want we want to check.

By introducing a test package wrapping all native methods with a small
java function, we have the coverage of the wrapping methods.
2023-06-13 17:38:03 +02:00
2023-06-13 17:38:03 +02:00
2023-01-18 17:12:22 +01:00
2021-05-13 10:31:08 +02:00
2022-12-21 16:01:02 +01:00

Maven Central CodeFactor License: GPL v3

Java Libkiwix binding for Java/Kotlin

Android Library for accessing libkiwix and libzim in android with JAVA wrapper.

Steps to build

Clone java-libkiwix

git clone https://github.com/kiwix/java-libkiwix.git
cd java-libkiwix

Install dependencies

./install_deps.sh

Compile

./gradlew buildHeaders
./gradlew build

AAR file will be generated in directory lib/build/outputs/aar

Description
Libkiwix binding for Java & Kotlin
Readme GPL-3.0 267 MiB
Languages
Java 57.2%
C++ 39.9%
CMake 1.9%
Shell 0.9%
HTML 0.1%