I installed the TADP (Tegra Android Development Platform) and I tried to build 'the Tutorial 3 (Advanced) - Add Native OpenCV', but I got the following errors in the console of the eclipse.
The ndk-build.cmd does not seem to work properly with the bash.
/cygdrive/c/Android/android-ndk-r8/ndk-build.cmd: line 1: @echo: command not found /cygdrive/c/Android/android-ndk-r8/ndk-build.cmd: line 2: rem: command not found /cygdrive/c/Android/android-ndk-r8/ndk-build.cmd: line 5: fg: no job control /cygdrive/c/Android/android-ndk-r8/ndk-build.cmd: line 5: exit: /b: numeric argument required
How can I deal with it? Thank you for your attention.