问题
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.
回答1:
I got the link, which described how to use native libraries in your eclipse step by step. Very nice tutorial.
回答2:
You could also avoid dealing with JNI and the NDK altogether by using JavaCPP:
http://code.google.com/p/javacpp/#Instructions_for_Android
来源:https://stackoverflow.com/questions/5190117/how-to-use-android-native-libraries-in-java-using-eclipse