Hello,
I have an android library module that is part of a larger Android app project, in Android Studio.
In the library module, I have a java class that has native methods. Then, I put that class through javah -jni to generate the header file. I can see the jni folder, and generated header file but no matter what I do, Android Studio doesn't pick it up.
What am I missing, what should I check?