Hello,
I'm compiling an android app and when the app starts this error appear:
[ERROR] dalvikvm: dlopen("/data/app-lib/es.renr.manager-1/libes.renr.iptcedit.so") failed: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libes.renr.iptcedit.so"... [WARN] dalvikvm: threadid=10: thread exiting with uncaught exception (group=0x416c5c08) [ERROR] TiApplication: (KrollRuntimeThread) [76,351] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libes.renr.iptcedit.so"...; Titanium 4.2.0,2015/07/03 09:52,412dd65 [ERROR] TiApplication: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libes.renr.iptcedit.so"... [ERROR] TiApplication: at java.lang.Runtime.loadLibrary(Runtime.java:364) [ERROR] TiApplication: at java.lang.System.loadLibrary(System.java:526) [ERROR] TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:132) [ERROR] TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:99) [ERROR] TiApplication: at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:185) [ERROR] TiApplication: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)This is because Appcelerator doesn't find a module created by me. I need to solve hits soon.