4

Titanium モジュールを作成したいので、KrollModule とそのメソッドを拡張するクラスがあります。

@Kroll.method
public void example()
{   
    Activity activity = this.getActivity();
    String filesDir = activity.getFilesDir().getAbsolutePath();
    }

このモジュールをアプリケーションで次のように使用しようとすると、次のようになります。

var w = require('com.module3');
w.example();

次のエラーがあります。

[ERROR][TiApplication(  286)] (KrollRuntimeThread) [30,975] Sending event: exception on       thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: Library stlport_shared not      found; Titanium 2.1.0,2012/06/28 12:16,6e3cab6
[ERROR][TiApplication(  286)] java.lang.UnsatisfiedLinkError: Library stlport_shared not found
[ERROR][TiApplication(  286)]   at java.lang.Runtime.loadLibrary(Runtime.java:461)
[ERROR][TiApplication(  286)]   at java.lang.System.loadLibrary(System.java:557)
[ERROR][TiApplication(  286)]   at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:59)
[ERROR][TiApplication(  286)]   at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:163)
[ERROR][TiApplication(  286)]   at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:101)

stlport_shared を検索すると、C:\Users\Maria\AppData\Roaming\Titanium\mobilesdk\win32\2.1.0.GA\android\native\libs\x86 に存在します。誰かが問題を理解するのを手伝ってくれますか?

4

0 に答える 0