1 | initial version |
Implementation of your findObject
method isn't found. I'm think, you've defined implementation in header file, but you need to implement it in .cpp file, then build a native library through ndk-build and load this library in Java code. See "Face detection" sample for details.