search

Home  >  Q&A  >  body text

android studio 开发NDK,怎么使用第三方的C++代码

我的android studio 2.2中开发NDK,在jni目录下编写C++代码,我现在想用第三方的C++库(JavaScriptCore),请问应该如何放置这个第三方库,直接放在jni目录下编辑器会出现标红找不到的情况。

大家讲道理大家讲道理2772 days ago407

reply all(2)I'll reply

  • 迷茫

    迷茫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

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 17:47:45

    http://blog.csdn.net/github_3... There are detailed tutorials here

    reply
    0
  • Cancelreply