Closed carlomilanesi closed 6 years ago
I am running this on 5.4.0.GA no problems for iPhone and Android.
By enabling Android support, do you mean for Appcelerator?
If so, on the Dashboard page, there should be 4 buttons on the top, one for Android and it may say it is not installed, click this and follow the wizard.
Using Appcelerator Studio, I get the following message:
Did you try to build it? 5.5.0GA works for me with this module
Sent from my iPhone
Am 28.09.2016 um 16:39 schrieb Carlo Milanesi notifications@github.com:
Using Appcelerator Studio, I get the following message:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Have you guys actually tried this on a device running a version of Android 6 or above? It instantly crashes, but works fine in the emulator. Just an FYI before you start deploying these apps for public release.
I'm having the same problem described here by Geek-Fish Here's the crash log:
java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.beltonefinancial.beltone-1/lib/arm/libdk.napp.drawer.so: has text relocations
at java.lang.Runtime.loadLibrary(Runtime.java:372)
at java.lang.System.loadLibrary(System.java:1076)
at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:132)
at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:99)
at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:205)
at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:11
After having installed the zip file in Titanium, and having added the linedk.napp.drawer in tiapp.xml, in the Modules list of the TiApp Editor there is an exclamation mark icon with the tooltip "The 'dk.napp.drawer' module is not supported by Titanium SKD 5.5.0.GA". The module name is dimmed. The same happens for 5.4.0.GA and for 5.3.1.GA. I tried also to remove platform="iphone". And how can I enable Android support?