<div dir="ltr"><span style="color:rgb(119,119,119);font-family:Arial,sans-serif;font-size:11px;line-height:16.1875px">When I actually tried #include'ing the vesKiwiViewerApp.h in my own cpp file, build showed the error below. I fixed it by adding $(LOCAL_PATH)/eigen to the LOCAL_C_INCLUDES. </span><br clear="all">

<div><br></div><div><div>D:\packages\Android\android-ndk-r9\ndk-build.cmd all </div><div>"Compile++ thumb : MyFirstAndroidNativeAppFromScratch <= MyFirstAndroidNativeAppFromScratch.cpp</div><div>In file included from jni/ves-android/include/ves/ves/vesMath.h:24:0,</div>

<div>                 from jni/ves-android/include/ves/kiwi/vesKiwiBaseApp.h:30,</div><div>                 from jni/ves-android/include/ves/kiwi/vesKiwiViewerApp.h:25,</div><div>                 from jni/MyFirstAndroidNativeAppFromScratch.cpp:5:</div>

<div>jni/ves-android/include/ves/ves/vesEigen.h:30:23: fatal error: Eigen/Dense: No such file or directory</div><div>compilation terminated.</div><div>make: *** [obj/local/armeabi/objs/MyFirstAndroidNativeAppFromScratch/MyFirstAndroidNativeAppFromScratch.o] Error 1</div>

</div><br>
</div>