Hi,
I am trying to create a Titanium HelloWorld project which would run without Titanium studio i.e. using ADT Eclipse.
So I have done the following things.
1) Created a HelloWorld app in Titanium Studio for Windows. Tested the app on Android device.
2) Ran ti_eclipsify python scripts from this page Titanium Dev Tools to convert Titanium project into Eclipse project for Android.
3) The eclipse project had compile time errors as there were jar & other titanium libraries that were referenced from the Eclipsified project.
I have used 2 approaches to resolve this error.
Approach 1: Using combination of jars & .so files
Approach 2: Referencing project libraries from the Titanium Source.
This has helped me resolve all the compile time errors, but i face runtime errors.
4) The projects that i have created using these two approaches can be found at
a) Approach 1 : TitaniumHello
b) Approach 2 : TestHello
5) The error logs for both the approaches are listed as follows:
a) Approach 1 Simulator b) Approach 2 Simulator c) Approach 1 Device d) Approach 2 Device
I have tried to find the cause of problem in multiple forums on this question but, couldnt find a solution for the exact problem. Similar Post
So, can anyone please help me resolve these runtime errors
Any help is appreciated.
Thanks.