The two-libs example uses a shared library that wraps the static one,
exactly as desired. I'm currently doing the same thing in my
project :-)

On Apr 28, 11:51 pm, FrankG <frankgru...@googlemail.com> wrote:
> Hello Kelly,
>
> I would not say this can be so easy at the end.
>
> Josh says he want to use a static library, but with JNI
> he need to use a dynamic one or at least a dynamic lib which "wraps"
> the static one. And even with this wrapper he can run into linker
> problems
> not finding all symbols. It can be a nightmare at the end,
> but it depends from the complexity of his C++ stuff.
>
> Good luck !
>   Frank
>
> On 28 Apr., 19:41, Kelly <senor...@gmail.com> wrote:
>
> > Download the android NDK and see how they use libraries. Just reverse
> > engineer their very simple JNI projects and you can build yours no
> > problem.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

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

Reply via email to