Issue
I am working with android app using ndk...
Latest android studio automatically generate Android.mk so i am using build.gradle to inculde c files..
but build.gradle only accept the header files from inside the project folder how to include header files from local storage like any path...
Solution
You can set the JNI sourceSet manually, see the DSL reference.
You can also set compilation flags, filter ABIs, choose STL variant, and more.
Answered By - Alex Cohn
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.