Hi, i've did this exercise once.. porting existing C libraries, to create android native libariries to be used in applicaitons.
At high level, - since android uses minimal version of libC (bionic), most probably you cant use binaries built with GNU tools outside android. so start with source.. - keep the sources in <mydroid>/ code tree, and write Android.mk to create a static or shared libarary - Include libraries in your application and build them.. it was a drill to make things compile, load and then execute.., but in the end, not much changes were made, rather than minimal fixes to made build work. On Sat, Apr 3, 2010 at 7:16 PM, Bhavani Prasad <[email protected]> wrote: > Hi , > > I would like to port an C library in mydroid. Can any one help me how > to port external library and how to use those libraries in my > application. > > Thanks & Regards, > Bhavani Prasad > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > > To unsubscribe, reply using "remove me" as the subject. > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
