ORB-SLAM-Android icon indicating copy to clipboard operation
ORB-SLAM-Android copied to clipboard

ndk-build issue in myNDK

Open pradeep8892 opened this issue 7 years ago • 1 comments

when i run this on android studio i got this error in this command " System.loadLibrary("mono");" which in class myNDK how should i resolve this error

FATAL EXCEPTION: main Process: com.example.castoryan.orb, PID: 31860 java.lang.UnsatisfiedLinkError: Couldn't load mono from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.castoryan.orb-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.example.castoryan.orb-1, /vendor/lib, /system/lib]]]: findLibrary returned null at java.lang.Runtime.loadLibrary(Runtime.java:358) at java.lang.System.loadLibrary(System.java:526) at com.example.castoryan.orb.MyNDK.(MyNDK.java:19) at com.example.castoryan.orb.MainActivity.onCreate(MainActivity.java:94)

pradeep8892 avatar Jul 28 '17 17:07 pradeep8892

Does anybody know about this issue?

sera0731 avatar May 10 '18 09:05 sera0731