Can any body provide me a steps, How to use native libraries in eclipse. Your help highly appreciated. I don't want to create any native libraries. I just want to use predefined libraries.
2 Answers
I got the link, which described how to use native libraries in your eclipse step by step. Very nice tutorial.
2 Comments
Ellen Spertus
Is there another link? Chrome warns me about malware for the one you include.
Sandeep Dixit
When i was accessed this link, it was working fine. Now it is having malware. My system is now showing same message :(
You could also avoid dealing with JNI and the NDK altogether by using JavaCPP: