Community Questions & Answers

Android SDK build fails

Hi, Trying to build SDK 3.0.2GA from source for Android, hitting the following error, log below. Any ideas why? Thanks, -Mark ~~~ [test@mymac titanium_mobile]$ scons android scons: Reading SConscript files ... Building MobileSDK version 3.0.2, githash...

source.rect x and y problem

I've added a view to a window at a given coordinate and added a listener to retrieve x and y, but I get them at double the value. Am I missing something? ~~~ var MyApp = {} var isAndroid = false; Ti.Platform.osname == "android" ? isAndroid =...

Building from source.. no 'subprocess.py'

Good afternoon everyone... So I am trying to build Titanium from the source code on Github so I can check out the latest Mobile Web code.. I used the Mac Git App to get the project, my code pull exists at: User/Stephen/Documents/git/titanium_mobile I...

Is there a Titaniun.js file

Doh sorry for the spelling mistake ( Titanium.js is what I meant ) I'm trying to add code completion to IntelliJ by adding a Global Library and was wondering if there is a source library file that I could include. I've seen instructions for compiling...

Tweetanium Source

Is the Tweetanium Source still available? I see the project [on github](https://github.com/kwhinnery/Tweetanium/tree/master/Mobile/Tweetanium/Resources), though none of the actual implementation files are still there. I figure they probably pulled the...

Titanium Desktop Deploy embedding

I would like to know if it's possible to "embedded" all source file (.html, .js .css etc) into a unique package file to avoid final user to tamper o modify original application. At the moment on Titanium Desktop all files can be modified by end...

Source code for Titanium+Commerce

hello, i realize the Titanium+Commerce stuff is just in beta, but is there any chance that the source code for it is available somewhere? i looked through the Github repo for the main product and didn't find it. The beta module is using an older version...

How to create new Titanium module

Hello, Asking about create new Titanium-mobile module. something like drop-down menu and this to titanium source code. what is the tools i need to do this? (java,python,..) in which folder i ll edit for Titanium mobile-sdk source ?

Editing in Titanium Source?

Hello everybody, i just downloaded Titanium mobile source form GitHub. and asked how can i uses this code. for example i like to edit Titanium.UI,Button .How can i do this. can i use eclipse for import this project as a java program or what. thank you in...

Build Titanium Developer from source

I've cloned ~~~ https://github.com/appcelerator/titanium_developer.git ~~~ but the README has no instructions for actually building the source. There's also no Makefile or SConstruct. Is this code meant to be build, or is it just one part of Titanium...

Building Titanium From Source

Just a tip, if you are building Titanium from source following these instructions: http://developer.appcelerator.com/doc/mobile/mobile-build-osx Make sure there are no spaces in the path to the source directory, otherwise it won't work. Just figured...

building Ti from source

Hi there, I wonder if anyone has any hints on building Titanium from source. When I run 'scons' (in Terminal) from the root folder I get the following error. ~~~ OSError: [Errno 2] No such file or directory: File...

Building Titanium Desktop SDK from source

Attempting to build the Desktop SDK from source (the recommended way to figure out C++ integration) ala http://developer.appcelerator.com/doc/desktop/building. The command 'scon debug=1 sdkinstaller run=1' is succesfully compiling dozens of cpp files and...

Where is the JAVA for my app?

Pardon my noobness here. Maybe I've missed it, but I've spent all evening trying to figure out how to put the finishing touches on my Android app by editing the project in Eclipse. I have one bug that I can fix if I can get into that code (can't fix it...

build from source, without Android

Hey there! I am trying to build Titanium from source by following these instructions: http://developer.appcelerator.com/question/3931/building-titanium-from-source Is it even possible to build Titanium without the Android SDK? *scons* fails with an...

Showing 1-50 of 52 1 2