Hi. I'm try to install com.mirasense.scanditsdk module to my project, but it doesn't work. The module is in the modules/android/com.mirasense.scanditsdk/1.3.1M1 but when I try to run my project in the android emulator I got the following exception:
[ERROR][TiApplication( 1740)] (KrollRuntimeThread) [1656,1656] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: Couldn't load com.mirasense.scanditsdk: findLibrary returned null; Titanium 3.1.3,2013/09/18 12:01,222f4d1 [ERROR][TiApplication( 1740)] java.lang.UnsatisfiedLinkError: Couldn't load com.mirasense.scanditsdk: findLibrary returned null [ERROR][TiApplication( 1740)] at java.lang.Runtime.loadLibrary(Runtime.java:365) [ERROR][TiApplication( 1740)] at java.lang.System.loadLibrary(System.java:535) [ERROR][TiApplication( 1740)] at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:114) [ERROR][TiApplication( 1740)] at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:81) [ERROR][TiApplication( 1740)] at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:175) [ERROR][TiApplication( 1740)] at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)
The libcom.mirasense.scanditsdk.so is also missing from the app.apk Do you have any idea what should be the problem?
Thanks for your help. Csaba