8

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
  • 1
    To use native binaries in Android, we usually need to build wrapper native libraries with the NDK... Commented Jun 25, 2012 at 9:27

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

2 Comments

Is there another link? Chrome warns me about malware for the one you include.
When i was accessed this link, it was working fine. Now it is having malware. My system is now showing same message :(
1

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

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.