I have Two Modules first have Jni Android.MK file and the second have CMakeList.txt the first module has dependencies of the second module. Now when I call any native java method from First Module it finding that method in the second module and says **
No implementation found for "method name"
**