Home > Q&A > body text
我的android studio 2.2中开发NDK,在jni目录下编写C++代码,我现在想用第三方的C++库(JavaScriptCore),请问应该如何放置这个第三方库,直接放在jni目录下编辑器会出现标红找不到的情况。
迷茫2017-04-17 17:47:45
First write the native method javah of the java layer to generate the .h file and then write your cpp file
巴扎黑2017-04-17 17:47:45
http://blog.csdn.net/github_3... There are detailed tutorials here