Hi,
I tried to ndk build with armeabi.
I change Application.mk inside jni folder to APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 armeabi
However, it will shows the following error. I also tried to modify the header still does not work.
http://en.cppreference.com/w/cpp/error/current_exception
In file included from jni/../dlib/dlib/image_loader/../threads/../threads.h:25:
jni/../dlib/dlib/image_loader/../threads/async.h:77:42: error: no member named 'current_exception' in namespace 'std'
prom->set_exception(std::current_exception());
Hi, I tried to ndk build with armeabi. I change Application.mk inside jni folder to APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 armeabi However, it will shows the following error. I also tried to modify the header still does not work. http://en.cppreference.com/w/cpp/error/current_exception