coordinate: groupId: com.github.Whiteseeker artifactId: jnihelper version: 0.0.0 license: name: "Apache 2.0" interfaces: headers: file: jnihelper-headers.zip sha256: 0ce92090973bfd7e0aca0a20d7d1c79bce66b783fcc7ec56e2b5d2ab2a946c0e size: 11103 include: includes android: dependencies: archives: - file: jnihelper-libs.zip sha256: 316148387ce2cdd40b34c2212332d06ead3103794d5971b65ccd868bf2c7a305 size: 1625375 ndk: r13b runtime: c++ platform: 12 abi: armeabi lib: armeabi/libjni-framework.a example: | #include void example() { jni::SetGlobalJavaVM(vm); jni::LocalRef sample_string = jni::FromString("my string is better !"); // You can also use "auto" if you wish }