On Wed, May 18, 2011 at 3:10 PM, ashish vijay <[email protected]> wrote: > i am new to android. i m developing a android jni application. > i m trying to build shared library(libnkd_1.so)by "ndk-build". > which is using functions from prebuilt shared library (libndk_2.so). > i dont have source code for libndk_2.so. this libndk_2.so is linux gcc > generated. >
Not the right forum for NDK questions, but in short: you can't link to a library built for another platform. You need to build it (or have it built if you don't have the source) with the NDK. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

