When can we have an actual compiled version of wikitude?
N
Nicola Radacher
said
almost 8 years ago
Hi Sebastian,
We will provide a new Titanium Module with our SDK 5 release. The extension releases (Titanium, Phonegap, Xamarin) will happen shortly after the native SDK releases.
I have added you on my list of people to inform when the release is ready.
Greetings
Nicola
K
Klaus
said
almost 8 years ago
Thank you very much
EDIT: Any thoughts when the new release is planned?
w
wittawat suebseangthong
said
about 8 years ago
I run example wikitude sdk with POIs example on Titanium 3.5.1 GA, and found the problem on Android 5.0+
on wikitude sdk 4.0.3 without ndk
POIs label show normally but when click on POIs label it not fired in event. if fired event must clicked above of POIs label.
on wikitude sdk 4.1.0 without ndk and can't run and error meesage follow this
: art: dlopen("/data/app/com.wikitude.titaniumsample-2/lib/arm/libcom.wikitude.ti.so", RTLD_LAZY) failed: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libcom.wikitude.ti.so"...
: TiApplication: (KrollRuntimeThread) Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libcom.wikitude.ti.so"...; Titanium 3.5.1,2015/03/05 10:08,96875c9
: TiApplication: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__exidx_end" referenced by "libcom.wikitude.ti.so"...
: TiApplication: at java.lang.Runtime.loadLibrary(Runtime.java:371)
: TiApplication: at java.lang.System.loadLibrary(System.java:988)
: TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:132)
: TiApplication: at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:99)
: TiApplication: at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:185)
: TiApplication: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:109)
I want to POIs label work fine from any version, What should I do?
The sample code from Github will only work for the newest module. Please redownload the sample code and module from the links above and try again. Let me know if the problem persists.
Best regards, Simon
w
wittawat suebseangthong
said
about 8 years ago
Hi,
I download sdk and example code from your url and set project from sample code in titanium studio again.
It doesn't work again just like previously.
Thank.
w
wittawat suebseangthong
said
about 8 years ago
Hi,
I change Titanium sdk version, It does work.
Thank.
A
Alejandro Saldivar
said
almost 8 years ago
Hello Nicola, Please add me to the list too, im very interested to test the new Titanium Module with our SDK 5 release, Best Regards
S
Simon 248601
said
about 8 years ago
Hi,
I just had another look and was able to reproduce your problem. It seems the module does not run on Titanium SDK 3.5.1.GA. It was built with 3.5.0.GA and doesn't even build anymore with 3.5.1.GA. We will look into this and will supply a new module in the future.
For now please switch to Titanium 3.5.0.GA in your tiapp.xml file. If you don't have 3.5.0.GA installed you can download it from here: http://builds.appcelerator.com.s3.amazonaws.com/index.html#3.5.0. Unzip the file and if you are on OSX copy it to "~/Library/Application Support/Titanium/mobilesdk/osx" or "C:Documents and Settings\All Users\Application Data\Titanium\mobilesdk\win32" on Windows.
Thank you and best regards, Simon
C
Csaba Faltanyi
said
almost 8 years ago
Hi,
we faced te same error, but we must use the 4.0.0 GA titanium sdk - (because of Appcelerator Platform features). We have the 4.1.0 Wikitude module and the error is the same.
wittawat suebseangthong