Sandy
Sandy

Reputation: 6353

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.

Upvotes: 8

Views: 10330

Answers (2)

Samuel Audet
Samuel Audet

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

Sandy
Sandy

Reputation: 6353

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

Upvotes: 1

Related Questions