Target OS: Android Titanium SDK: 3.2.2GA
Hi, I wish to build only for armeabi so I use this in tiapp.xml file:
<android xmlns:android="http://schemas.android.com/apk/res/android"> <abi>armeabi</abi> </android>The build process ends and the app works but I get this error log:
[ERROR] : TiApplication: (KrollRuntimeThread) [0,35] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: Couldn't load stlport_shared: findLibrary returned null; Titanium 3.2.2,2014/03/05 12:22,96e9a07 [ERROR] : TiApplication: java.lang.UnsatisfiedLinkError: Couldn't load stlport_shared: findLibrary returned null [ERROR] : TiApplication: at java.lang.Runtime.loadLibrary(Runtime.java:429) [ERROR] : TiApplication: at java.lang.System.loadLibrary(System.java:554) [ERROR] : TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:56) [ERROR] : TiApplication: at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:175) [ERROR] : TiApplication: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)What does it mean? I can ignore those errors or not? I'm making a mistake using that directive into tiapp.xml? Thanks for attention.