Do I need a Cygwin to run OpenCV4Android [closed]
It might be a silly question to you all but for a novice user like me it wasn't as you pretend. Am in a Dilemma whether I need to use OpenCV4Android on my Windows 7 Notebook.
When am running the sample Projects of OpenCV4Android it returning "Unable to Launch cygpath. Is Cygwin on the path?" Java.io.IOException: Cannot run program "cygpath"
Am using Eclipse IDE for Java
Please let me know about this
Closed for the following reason
the question is answered, right answer was accepted by
sturkmen
close date 2020-10-13 14:22:04.941937
Comments
- no, you don't need cygwin, to run any android samples
- you might need the android NDK (and it's toolchain) for some of the samples. (try e.g. the colorblob one, which should run with pure java
- it seems, you misconfigerd eclipse in some way, hard to tell from here.