[android-developers] How to create executable file with linking static library?

2010-02-04 Thread bluestar
Dear Sir: I have a static library: libhello.a and I want to create a executable file that link with this static library: libhello.a I put this static library under /out/target/product/generic/obj/STATIC_LIBRARIES/ libhello_intermediates/ and make my executable file, but

Re: [android-developers] How to create executable file with linking static library?

2010-02-04 Thread Sachin Dole
On Feb 4, 2010 4:09 AM, bluestar bluestar8...@gmail.com wrote: Dear Sir: I have a static library: libhello.a and I want to create a executable file that link with this static library: libhello.a I put this static library under /out/target/product/generic/obj/STATIC_LIBRARIES/