OpenCV project on Android 4.0.4 platform
Hello, I'm working on a project using opencv. Now I'm using codeblock with mingw compiler for c/c++ and cmake on my laptop. But for some reasons I need to do it now on my android ver4.0.4. Could you please tell me how to setup my android so I can do the programing of my project the same as I do it on my laptop? Thank you.
Are you going to develop directly on your device? I'm not sure that it is possible... Did you try build and run hello_world in C++?
Hello Kirill,
Yes, that's exactly what I want to do.... I did build and run hello_world in codeblock with mingw as the compiler, but if you mean is to run hello_world on my android device with C++ compiler, I've never tried yet. What do you suggest? Thank you