Description
Android native module is throwing error when compiled.Below mentioned is the detailed error reponse
01-17 18:04:07.917: E/TiApplication(27864): at dalvik.system.NativeStart.main(Native Method)
01-17 18:04:07.917: E/TiApplication(27864): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load decoder from loader dalvik.system.PathClassLoader[dexPath=/data/app/com.looprecur.aqlibandroid-1.apk,libraryPath=/data/app-lib/com.looprecur.aqlibandroid-1]: findLibrary returned null
01-17 18:04:07.917: E/TiApplication(27864): at java.lang.Runtime.loadLibrary(Runtime.java:365)
01-17 18:04:07.917: E/TiApplication(27864): at java.lang.System.loadLibrary(System.java:535)
01-17 18:04:07.917: E/TiApplication(27864): at com.autoniq.vinscanner.Decoder.<clinit>(Unknown Source)
We need a simple test case to reproduce this issue. Unfortunately we cannot diagnose full fledged modules so it would be great if you can trim it down to a simple but complete test case.
Resolving this ticket as we cannot reproduce this issue with a simple module and the provided module code is too complex to diagnose. Please narrow down the problem to a simple test case and we would be happy to reopen the ticket.