Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using module in sdk 6 or 7? #2

Open
pakoArtal opened this issue Feb 22, 2018 · 0 comments
Open

Using module in sdk 6 or 7? #2

pakoArtal opened this issue Feb 22, 2018 · 0 comments

Comments

@pakoArtal
Copy link

pakoArtal commented Feb 22, 2018

Hi Manuel,

I tried the module with SDK 6.0.3 GA after updating the manifest file as explained in

https://wiki.appcelerator.org/display/guides2/Titanium+SDK+6.0.0+Changes#TitaniumSDK6.0.0Changes-RebuildingAndroidModules

#
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.0.1
apiversion: 3
architectures: armeabi armeabi-v7a x86
description: TelephonyManager
author: Manuel Lehner
license: MIT
copyright: Copyright (c) 2015 by GOYYA Systems GmbH & Co.KG

# these should not be edited
name: TelephonyManager
moduleid: com.goyya.telephonymanager
guid: dafe8862-2963-4f59-9d8c-f25e62ef1b7e
platform: android
minsdk: 6.0.0.GA

but I got this error:

[ERROR] :  TiApplication: (main) [43,911] Sending event: exception on thread: main msg:java.lang.UnsatisfiedLinkError: dlopen failed: library "libstlport_shared.so" not found; Titanium 6.3.0,2017/10/31 18:13,undefined
[ERROR] :  TiApplication: java.lang.UnsatisfiedLinkError: dlopen failed: library "libstlport_shared.so" not found
[ERROR] :  TiApplication: 	at java.lang.Runtime.loadLibrary0(Runtime.java:989)
[ERROR] :  TiApplication: 	at java.lang.System.loadLibrary(System.java:1562)
[ERROR] :  TiApplication: 	at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:151)
[ERROR] :  TiApplication: 	at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:118)
[ERROR] :  TiApplication: 	at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:205)
[ERROR] :  TiApplication: 	at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:114)
[ERROR] :  TiApplication: 	at org.appcelerator.kroll.KrollRuntime.init(KrollRuntime.java:136)
[ERROR] :  TiApplication: 	at com.htg.suppliers.HtgSuppliersApplication.onCreate(HtgSuppliersApplication.java:64)
[ERROR] :  TiApplication: 	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1025)
[ERROR] :  TiApplication: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5405)
[ERROR] :  TiApplication: 	at android.app.ActivityThread.-wrap2(ActivityThread.java)
[ERROR] :  TiApplication: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1546)
[ERROR] :  TiApplication: 	at android.os.Handler.dispatchMessage(Handler.java:102)
[ERROR] :  TiApplication: 	at android.os.Looper.loop(Looper.java:154)
[ERROR] :  TiApplication: 	at android.app.ActivityThread.main(ActivityThread.java:6121)
[ERROR] :  TiApplication: 	at java.lang.reflect.Method.invoke(Native Method)
[ERROR] :  TiApplication: 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
[ERROR] :  TiApplication: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)

Any idea?
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant