Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

When I use armeabi in tiapp.xml I can build but also get an error

$
0
0

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.

Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>