2021年2月2日星期二

Android NDK - Build app with mulltiple NDK build

Is it possible to link multiple native libraries(written in C) in build.gradle like this:

externalNativeBuild {      ndkBuild {          path 'src/main/c/Lib1Android.mk'          path 'src/main/c/Lib2Android.mk'      }  }  

When I use this my JNI file can't see native functions from Lib1 :(

https://stackoverflow.com/questions/66020270/android-ndk-build-app-with-mulltiple-ndk-build February 03, 2021 at 10:06AM

没有评论:

发表评论