文章分类 - JNI
摘要:In app/build.gradle, add compile dependency for debug and release builds with:debugCompile project(path: ':your-lib', configuration: 'debug')releaseCo
阅读全文
摘要:方法概要 拷贝第三方的SO及其头文件 在Android.mk中申明第三方编译模块 在Android.mk的自己编译模块中包含第三方编译模块 在自己的代码中调用第三方头文件 Android.mk配置说明
阅读全文
摘要:C:\Users\fei>"D:\Program Files\Java\jdk1.8.0_102\bin\javap.exe" -s -p D:\workspace\TestJNI\app\build\intermediates\classes\debug\com\feicheninfo\testj
阅读全文
摘要:#include <jni.h>#include <string>#include <assert.h>JavaVM *globleVM = NULL;//extern "C"//jstring//Java_com_feicheninfo_testjni_MainActivity_stringFro
阅读全文