Officially, we do not support native libraries in SDK 1.0. We plan to provide support for native libraries in the near future.
On Feb 15, 11:19 pm, "Ashutosh Agrawal" <[email protected]> wrote: > Hi, > > Though I have gone through the available documentation and the source code, > I am somewhat ambiguous about the approach to follow for integrating my > external library (daemon/service which is written in C) in Android > architecture. I think the following main actions needs to be done > > 1. Port and Make the service as an external library with Android tool > chain > 2. Write an application framework for connecting application world to > my external library i.e. providing Java API interface and mapping the > corresponding C APIs by JNI > 3. Write a Java application according to the Android analogy and use my > application framework (2). > > I would appreciate if somebody from Android team can correct my > understanding on this, and would provide me the piece of advice. > > Thanks in advance, > > Ashutosh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

