Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 764 Bytes

File metadata and controls

19 lines (14 loc) · 764 Bytes

This sample project demonstrates how to integrate Gradle JavaCPP with Android Studio.

It was created by following the instructions available at:

Along with the NativeLibrary.h example file from:

Instructions

To generate jni stuffs, run:

./gradlew :app:javacppCompileJavaDebug  && ./gradlew :app:javacppBuildParserDebug && ./gradlew :app:javacppBuildCompilerDebug

Then simply press run button in Android Studio.


Author: Samuel Audet
Sponsor: Iuliu Horga via xs:code