On Sep 21, 11:22 am, Build account <newandroi...@gmail.com> wrote:
> Hello gurus.
>
> At first, I can build single 'jni' library in one SDK project with the
> directory name 'jni' and make file under eclipse.
>
> But, I'm looking for
> - how to build multiple jni in eclipse with the setting 'property >
> builder > add cmd line'. I expect that possible. Does it possible?

It does possible.  Build them on your command line outside of eclipse.

> - and how to package multiple shared library in one apk? possible?

Give them different names and load them using those different names.

Doug

-- 
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