课程
/移动开发
/Android
/Android CMake以及NDK实践基础
老师您好:
我按您的写法,写了个base.h文件,但是bash.h 文件写 #include< jni.h> 时候报错。
不知道该单独写bash.h 文件 ,该怎么让别的cpp文件使用昵
2019-12-29
源自:Android CMake以及NDK实践基础 2-5
正在回答
加上include_directories(src/main/cpp/base/) 然后nativ-lib.cpp文件引用#include <base.h> 如果是其他lib中的cpp文件需要使用,需要在CMakeLists中建立连接关系 比如增加 target_link_libraries( # Specifies the target library. people-lib # Links the log library to the target library. ${log-lib} )
举报
Android底层开发入门必备,CMake动态库编译和使用,NDK的各种开发技巧。
2 回答我在导入 string 的时候遇到问题
2 回答*threadCallback 这个是怎么调用的呢?
2 回答请问老师的 CMakeLists.txt 是怎么有高亮支持的
1 回答免费课程的代码怎么下载
2 回答怎么配置才能运行Cmake.txt的tasks