[AC-3061] Getting java.lang.UnsatisfiedLinkError: Library com.alphonso.testmodule not found this error.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-07-19T15:00:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules, Titanium SDK & CLI |
Labels | android, module, module_android, titanium |
Reporter | Amit Dhage |
Assignee | Shak Hossain |
Created | 2012-06-13T00:55:32.000+0000 |
Updated | 2016-03-08T07:48:06.000+0000 |
Description
I have created a Titanium Mobile Module project to add external jar files and including this module in my application's tiapp.xml file as follows
com.alphonso.testmodule
After executing the application I am getting following error -
[ERROR][TiApplication( 325)] (KrollRuntimeThread) [2619,2619] APP PROXY: ti.modules.titanium.app.AppModule@43e54b20
[WARN][V8Object( 325)] Runtime disposed, cannot set property 'userAgent'
[WARN][dalvikvm( 325)] threadid=8: thread exiting with uncaught exception (group=0x4001d800)
[ERROR][TiApplication( 325)] (KrollRuntimeThread) [590,3209] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: Library com.alphonso.testmodule not found; Titanium 2.0.1,2012/04/12 16:36,999c68a
[ERROR][TiApplication( 325)] java.lang.UnsatisfiedLinkError: Library com.alphonso.testmodule not found
[ERROR][TiApplication( 325)] at java.lang.Runtime.loadLibrary(Runtime.java:461)
[ERROR][TiApplication( 325)] at java.lang.System.loadLibrary(System.java:557)
[ERROR][TiApplication( 325)] at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:106)
[ERROR][TiApplication( 325)] at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:72)
[ERROR][TiApplication( 325)] at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:163)
[ERROR][TiApplication( 325)] at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:101)
[ERROR][AndroidRuntime( 325)] FATAL EXCEPTION: KrollRuntimeThread
[ERROR][AndroidRuntime( 325)] java.lang.UnsatisfiedLinkError: Library com.alphonso.testmodule not found
[ERROR][AndroidRuntime( 325)] at java.lang.Runtime.loadLibrary(Runtime.java:461)
[ERROR][AndroidRuntime( 325)] at java.lang.System.loadLibrary(System.java:557)
[ERROR][AndroidRuntime( 325)] at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:106)
[ERROR][AndroidRuntime( 325)] at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:72)
[ERROR][AndroidRuntime( 325)] at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:163)
[ERROR][AndroidRuntime( 325)] at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:101)
[WARN][ActivityManager( 60)] Force finishing activity com.android.fantasytouch/.FantasyTouchActivity
Please help me to solve this issue.
Thanks in advance!!!
Hey Amit, This doesn't seem to be a platform bug, but rather something wrong on your side. Please open a ticket in the help desk (if you are a subscriber), otherwise please post this question in the Q&A forum, where someone will help you with this issue. The more detail you provide, the quicker you will get a working solution. Link to the Q&A: http://developer.appcelerator.com/questions/newest I will close this ticket and mark it as invalid, as this is the wrong place for this question.