How to use android native libraries in Java using eclipse?

≯℡__Kan透↙ 提交于 2019-12-04 12:03:46

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!