mSerdcevas

Results 1 comments of mSerdcevas

[This is my forked example](https://github.com/RacNor/sample-projects/tree/master/gradle-javacpp-android) I added libs to `src/main/jniLibs` added my test.h to src/main/cpp and edited NativeLibraryConfig ``` package com.example.myapplication; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import org.bytedeco.javacpp.tools.*; @Properties( value =...