2 . CMakelist.txt 의 설명은 여기를 참고 *https://crmn.tistory.com/80
굳이 CMake 를 배우려면 https://www.tuwlab.com/ece/27234
3 . CMakelists 에 사용할 라이브러리 추가
add_library( hello-libs SHARED hello-libs.cpp)
4 . Activity 에서는
// Used to load the 'native-lib' library on application startup. static { System.loadLibrary("native-lib"); System.loadLibrary("hello-libs"); } public native String getHello();
5.끝.
0 comments:
댓글 쓰기