I want to use .so lib file of another project into my own project. There i am facing some problems i have put the .so file in JNILibs folder. but the native methods in the .so file did not successfully loaded and give error that the Can not find the corresponding JNI Function. so how i can solve this problem i have checked different solutions like Call shared library (.so) methods within Android Studios C files How do I package .so files into my .aar archive?
but they did not solve my problem. i have no .cpp file nor .h file. I have only .so file so how i can solve this problem. thanks in advance.