Reputation: 6353
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.
Upvotes: 8
Views: 10330
Reputation: 4994
You could also avoid dealing with JNI and the NDK altogether by using JavaCPP:
http://code.google.com/p/javacpp/#Instructions_for_Android
Upvotes: 1