There is a C++ library which I would like to use in Android. I started to 
write JNI bindings using the NDK, but before I finished I learned that JNI 
bindings already existed, so I want to leverage them.

The trouble is that the JNI bindings which exist come with a build system 
that uses maven and the FreeHEP NAR plugin. I don't have any experience 
with NAR, and almost none with JNI itself, so I'm a little daunted.

As it happens I do have maven set up and building for Android already (in 
addition to, but not integrated with, Eclipse). So my question is, how can 
I set the nar package which is constructed containing the JNI code as a 
dependency which will be properly pulled into an apk?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to