Adding external cpp files to Android Studio JNI -


i have android project setup in android studio. i'm using ndk , jni have cpp/h files in jni folder. can use them , fine. have folder somewhere in harddrive (which not under android project root folder) more cpp files. in android.mk added path both local (jni folder) files , external files directory path. compiles , works fine. issue i'm having how link cpp files in external folder can edit them inside android studio or @ least see functions , member names. edit files in notepad++ save , go android studio call methods etc.

the external folder folder cpp files inside. it's not module, not have build.gradle or that.

is i'm asking possbile? hope question clear enough. appreciated!

thanks


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -