Importing existing NDK projects from Eclipse

Hi,

I am trying to import existing Android - OpenCV project from Eclipse but it seems that it is not working. Also i am using the OpenCV library that should be included somehow in the solution. I am getting simple errors in the include directives. For example there is error including
#include
#include

This is straight forward. Do i need to configure something first. These things are pain in the neck, i finally finished configuring Eclipse, and now this. Please help.

Regards.

hi dmur,
what you want is NSight Tegra. in the NSight Tegra, we have template wizard to import ndk-build Android Project via File>NewProject>Android>Import An ndk-build Android Project.

if you want to do further to use NSight-Tegra own msbuild instead of ndk-build. you would need to some troubleshot on compile and linker error about find right lib.

victor