Hi,<br><br>Try out the example apps in Apps/Android/PointCloud and Apps/Android/Kiwi.  The PointCloud app is pure C++, it uses the native activity to implement an android app without any Java source files.  The Kiwi app is a basic app that has a Java layer implementing a basic UI and has a multithreaded GL canvas.  Unfortunately, Android apps are never very simple, because you'll want to have that multithreaded GL canvas.  For the PointCloud app, just use the CMakeLists.txt and make.  For Kiwi, you can use Eclipse to run the app.  You'll need to use the configure_cmake.sh to configure the C++ jni library, and run make at the command line, but you can use Eclipse to then develop the Java and build/run the app.  Just use Eclipse as you usually would for the sample apps that come with the standard Android SDK.  Goodluck!<br>

<br>Pat<br><br><div class="gmail_quote">On Fri, Dec 28, 2012 at 9:41 PM, Sergio Vera <span dir="ltr"><<a href="mailto:sergio.vera@alma3d.com" target="_blank">sergio.vera@alma3d.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">Hello VES users<div><br></div><div>I've succesfully compiled VES+Kiwi under windows with the help of the list and recent git commits.</div><div><br></div><div>Now I want to try some really simple app (eg: just a sphere or cube in screen)</div>


<div>My experiece is limited to ordinary android java based apps.</div><div><br></div><div>How can i setup a VES project in eclipse adt? Perhaps I should stick to CMake way? (taking VES\src\kiwi\CMakeLists.txt as example perhaps)</div>


<div><br></div><div>Many thanks</div><span class="HOEnZb"><font color="#888888"><div><br clear="all"><div><br></div>-- <br>Sergio Vera<br><br> Alma IT Systems<br> C/ Vilana, 4B, 4º 1ª<br> 08022 Barcelona<br> T. <a href="tel:%28%2B34%29%20932%20380%20592" value="+34932380592" target="_blank">(+34) 932 380 592</a><br>

 <a href="http://www.alma3d.com" target="_blank">www.alma3d.com</a>
</div></font></span></div>
<br>_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
<br></blockquote></div><br>