I compiled the GRAPES library through NDK cross tools and generated the .so file of this. but when i port that .so file in the android studio and run the project then i get the following error.
java.lang.UnstaisfiedLinkError: dlopen failed:cannot locate symbol "send_to_peer" referenced by "libgrapes.so"
Kindly help me regarding this.