tzutalin / dlib-android-app

:dragon: Android app to demo dlib-android(https://github.com/tzutalin/dlib-android). Use the prebuilt shared-lib built from dlib-android
Apache License 2.0
678 stars 246 forks source link

Could not find c++_shared in all project #40

Open khemrajsharma opened 6 years ago

khemrajsharma commented 6 years ago

You have loaded a library c++_shared System.loadLibrary("c++_shared");

But apk does not contain this .so file, also it is not available in project anywhere. So apk is crashing with error java.lang.RuntimeException: "c++_shared" not found; check that the correct native libraries are present in the APK.

Can i remove this library loading syntax?