You have loaded a library c++_sharedSystem.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.
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?