Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use android native libraries in Java using eclipse?

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.

like image 931
Sandy Avatar asked Mar 04 '11 05:03

Sandy


2 Answers

I got the link, which described how to use native libraries in your eclipse step by step. Very nice tutorial.

like image 77
Sandy Avatar answered Nov 15 '22 01:11

Sandy


You could also avoid dealing with JNI and the NDK altogether by using JavaCPP:

http://code.google.com/p/javacpp/#Instructions_for_Android

like image 20
Samuel Audet Avatar answered Nov 15 '22 00:11

Samuel Audet