[android-developers] Re: Does it possible to use multiple jni(.so) library in one SDK project?

2011-09-23 Thread Build account
Thanks!

On 9월22일, 오후6시08분, Doug  wrote:
> On Sep 21, 11:22 am, Build account  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


[android-developers] Re: Does it possible to use multiple jni(.so) library in one SDK project?

2011-09-22 Thread Doug
On Sep 21, 11:22 am, Build account  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