Issue
I'm trying to compile and run the OpenCV face detection example but it won't let me. I'm using Linux Mint 17, Eclipse with ADT and NDK installed. I have the gcc, g++, build-essentials packages installed. I'm getting the following errors:
Thanks in advance!
Solution
You should compile that stuff for ARM architecture (depending on your device). In principle gcc can do that but it is a little bit of work because your need android ndk, android sdk and android built-tools.
I advice you to start very simple. Having a running empty app that calls a native c++ function. And once this is settled your should proceed to opencv.
Have a look at this. I made it https://github.com/skanti/Android-Manual-Build-Command-Line
Answered By - Armen Avetisyan


0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.