dlib-android
dlib-android copied to clipboard
Reason for Error while Building
There is a linker error on clang when we try to build the dlib/opencv library. This is due to the missing detector.cpp file corresponding to detector.h file.
The major error source is the updated version of ndk i.e. 18. It compiles using c++11, and does not support gnustl_static. Try downgrading the ndk, and you would be successful in building.
Does ndk-r17c work?
Does ndk-r17c work?
Yeah it will work