On Tue, Dec 15, 2009 at 3:26 PM, Michael Dorin <bsddo...@gmail.com> wrote:
> Ok, I see all the examples on how to make a hello world program in c,
> but all of them have you do an adb shell to run it.
> Assume I want to have my c program do the useful things it already does and
> use java for the UI, how would I launch my c program?
> How do I bundle everything, java, c, into one distributable package?
> Thanks,
>  Mike
>

This is probably best asked on the android-ndk mailing list.

My understanding is that you can place your C library into the lib/
directory of your project, and it becomes accessible to your Java code
via JNI calls. You'll probably get a better answer on that list
though.

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

Reply via email to