[android-developers] Re: How to add a new library to android source

2009-06-18 Thread arun choudhary
Hi As per my understanding and googling I created a sample function and wrote jni wrapper for that now I need a way to wmbeded that in Android source any pointers on the same Arun On Wed, Jun 17, 2009 at 1:39 PM, Ne0 liamjamesalf...@googlemail.com wrote: I am new to Android development, but

[android-developers] Re: How to add a new library to android source

2009-06-18 Thread JohnnyForeigner
Hello, I believe all that you would need to do is compile your (i'm assuming that you are using c) code against the android Boost library or static compile the regular c or c++ code with it. Also to access this c code you will need to use a JNI like you are. Essentially this should only be done

[android-developers] Re: How to add a new library to android source

2009-06-17 Thread Ne0
I am new to Android development, but i think you will have to build an SDK of your NEW android code, and develop your app against that, then build android and install it on the device you wish to have it on. There may be an easier way, though that is how i would/will approach it. I am also

[android-developers] Re: How to add a new library to android source

2009-06-16 Thread Mark Murphy
I have an specific requirement to write a new library in android source and an simple client application on top of that. which uses some of functions exposed by that library Can any one provide me step by step process for the same You will have better luck if you ask your question on a list

[android-developers] Re: How to add a new library to android source

2009-06-16 Thread Sujay Krishna Suresh
to add a new library u jus need to go to the project properties add d jars... On Tue, Jun 16, 2009 at 4:21 PM, Arun achoudhary2...@gmail.com wrote: Hi All, I have an specific requirement to write a new library in android source and an simple client application on top of that. which uses

[android-developers] Re: How to add a new library to android source

2009-06-16 Thread Desu Vinod Kumar
HI add a folder name lib and keep the jar file into it and got to [project setting add that jar file in libraries On Tue, Jun 16, 2009 at 4:46 PM, Sujay Krishna Suresh sujay.coold...@gmail.com wrote: to add a new library u jus need to go to the project properties add d jars... On Tue,

[android-developers] Re: How to add a new library to android source

2009-06-16 Thread Ne0
Do you mean you want to Edit/Add Android source code, build the android library with your custom API and use it to feed your app? On Jun 16, 12:21 pm, Desu Vinod Kumar vinny.s...@gmail.com wrote: HI add a folder name lib and keep the jar  file into it and got to [project setting add that

[android-developers] Re: How to add a new library to android source

2009-06-16 Thread arun choudhary
Yes I want to Edit/Add Android source code, build the android library with my custom API and use it to feed my app Please guide me on the same Arun On Tue, Jun 16, 2009 at 8:28 PM, Ne0 liamjamesalf...@googlemail.com wrote: Do you mean you want to Edit/Add Android source code, build the