mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-07 14:15:30 -04:00

* Used latest @v2 action for setting up java for the CI instead of @v1. * Used single command of gradle instead of multiple commands of gradle for `Compile and prepare package` task, because gradle will automatically execute all tasks one by one.
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
Languages
Java
57.2%
C++
39.9%
CMake
1.9%
Shell
0.9%
HTML
0.1%