Hi Sishir,<br><br>Rather than use Android.mk to build VES, I recommend you stick with the regular cmake + makefiles build.  In cmake, you can configure the CMAKE_BUILD_TYPE variable to be Debug, or RelWithDebInfo, this will build ves with debug information so that it can be debugged by ndk-gdb when linked to your project.<br>

<br>For you build error when configuring the build for linux, you are missing GLESv2.  I install this on ubuntu using the mesa package:  libgles2-mesa-dev<br><br>Please send your questions to the VES public mailing list so that others can participate.<br>

<br>Pat<br><br><div class="gmail_quote">On Sun, Mar 11, 2012 at 8:31 AM, Sishir Jain <span dir="ltr"><<a href="mailto:sishirjain@gmail.com">sishirjain@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>Hi Pat,</div>
<div>          We need to build our own android application using ves. We were trying to generate an android project in which we could use native C/C++ ves code through jni.</div>
<div> We wanted to include the ves souce files in the same project and debug that using ndk debugger (ndk-gdb). But we got stuck at the make file (Android.mk) which should include the information about the ves files.</div>



<div> </div>
<div>We also tried building ves for testing on linux but could not (see attachment).</div>
<div> </div>
<div>We need your help to configure the development environment (eclipse or anything else which you may prefer) where we could change ves C/C++ source.</div>
<div> </div>
<div>Regards,</div>
<div>Sishir</div>
</blockquote></div><br>