Thanks Reynaldo for the reply , but i have already copied all the .so&#39;s in the given path.<br><br>Is NDK HOME is the location of installed (copied from android developer site) NDK or is it inside the downloded android source code for 2.3.4_r1.<br>
<i>&quot;Android headers for your target device&#39;s OS version. We are bundling 
2.3.3_r1 headers but you are welcome to try with other versions and 
report  back your results. This is a requirement for building the 
flingersinks&quot;. </i><br><br>where we are using the android headers? Is it necessary to use android headers to build gstreamer using NDK .How to include them?<br><br>previosly i was getting error<br><br>StaticLibrary  : libstdc++.a<br>

SharedLibrary  : libgstaudioflinger.so<br>
/path/to/gstreamer-proj/<br>
ndk/android-ndk-r6b/<div id=":cj">toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld:<br>
cannot find -lmedia<br>
collect2: ld returned 1 exit status<br>
make: ***<br>
[&lt;path/to/gstreamer_ndk_bundle&gt;/obj/local/armeabi/libgstaudioflinger.so]<br>
Error 1<br>
</div><br><br>which i have resolved by making a soft link for libmedia.so -&gt; ../../../../../platforms/android-3/arch-arm/usr/lib/libmedia.so.<br>But now i am getting another error <br><br>ndk/android-ndk-r6b/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: warning: cannot find entry symbol xport-symbols-regex; defaulting to 00004198<br>
Install        : libgstaudioconvert.so =&gt; libs/armeabi/libgstaudioconvert.so<br>Compile arm    : gstaudioflinger &lt;= gstaudioflingersink.c<br>Compile++ arm    : gstaudioflinger &lt;= GstAndroid.cpp<br>cc1plus: warning: command line option &quot;-Wdeclaration-after-statement&quot; is valid for C/ObjC but not for C++<br>
SharedLibrary  : libgstaudioflinger.so<br>/path/to/gstreamer-proj/ndk/android-ndk-r6b/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: cannot find -lutils<br>
collect2: ld returned 1 exit status<br><br>make: *** [/home/saurabh/gstreamer-proj/gstreamer-bundle/gstreamer_ndk_bundle/obj/local/armeabi/libgstaudioflinger.so] Error 1<br><br>please help me in resolving this issue.<br><br>
regards<br>saurabh dixit<br>