Community Questions & Answers
Batch processing tool to convert high quality images for an Android project
Do you know of any tool capable of converting high quality (and big size) image files to the ones needed for every folder (res-long-land-hdpi, etc.) in an Android project?
Convert XCode project into Titanium module
Hi ! I followed this tuto to create a Titanium module from XCode project : https://wiki.appcelerator.org/display/guides/iOS+Module+Development+Guide It works but only if you start with a new XCode project : `titanium create --platform=iphone...
Opening Aptana projects in Titanium Studio
I was using Aptana for some webdev and am now also interested in mobile app dev so downloaded and installed Titanium Studio. Since Aptana & Titanium Studio are essentially the same IDE, how do I open projects I've created in Aptana in Titanium Studio?...
Unable to create new project :(
Dear all, I am suffering from a silly problem but I cannot deal with it after several re-installing. I got this long long error repeatedly even after I re-install and change workspace and change path of Titanium. The long long error is talking about...
Mobile and Device development
Hello, i just reinstalled Titanium and i ran into a problem. When i try to create a Titanium module project it tells me i need to install JDT. When i click the link it shows me an outdated tutorial on how to install. However i have installed this before....
Module Test Project does not run on android emulator
Using the latest SDK and Eclipse, I created a new module project. I tried to run the test project on the emulator (which is running), using right click on build.xml->Run as->the second Ant build->tick only Run. The module gets compiled, but...
HELP ON MY WIFII BASED ANDROID APP
I hav an idea of making an android project that is an android app which works on wifii.Suppose we need to search for all the hotels nearby having wifii network.we can check the Present menu of the hotels,we can include our price range so dat the app would...
Two questions about Titanium IDE
Hello everybody, I have two questions: 1)- What is the difference between "New -> Titanium Mobile Project" and "New -> Titanium Mobile Module Project"? 2)- Could we develop a Webapp with Titanium (I guess that the answer is...
problems running a third party app from github
hi so i got this project that i found on github. i have imported into titanium (no problems there) but when i want to run it in ios simulator i get the following error: [INFO] Detected third-party module: ti.geoloqi/1.1.0 [ERROR] Could not find the...
Titanium Studio - New Mobile Project - Deployment Target for Iphone
Hi, I am new to app development & I'm hoping to get some help along the way please. I have installed Titanium Studio & when I create a New Mobile Project, I don't have the Deployment Target option for Iphone. How do I make this option...
Creating a project outside Titanium Studio
Hi everyone, I'm working on a project that require creating Titanium applications on the fly, based on an existing model. Basically, I will have all my 'ready-to-tune' app in a git repo that I will clone, generate a GUID/Bundle ID/..., customize it a...
New Project error - Stalls on
7 hours deep trying to get this to whole setup to work :| After installing all the SDK's and troubleshooting a bunch of stuff, I'm finally able to hit the "Create Project" button. The problem is that when I hit this button, nothing happens. I...
how to export a project to an APP.apk
Hello, i want just know how to save a project to an APP.apk ! Thanx.
Problems Creating A New Ruble
I've followed the "Creating a new Ruble Using the Wizard (New!)" and "Checking to ensure your Ruble loaded" steps on the https://wiki.appcelerator.org/display/tis/Creating+a+new+Ruble page. I can see my Ruble is loaded, but the project...
Cannot create a new project
I am new to Titanium. I downloaded and installed the most recent release of Studio. When I try to create a new project (desktop or mobile), the program crashes. Totally shuts down. I am running WinXP. Here is the logfile that Studio created when it...
TiDev Project Recovery
I had a project, very near completion. I made some changes to the projects tiapp.xml file that weren't showing up so I re-imported. I had duplicate projects in the TiDev Community application so I deleted one, unfortunately this removed all the files to...
Unable to create new project
Hi, I'm new here, so please forgive me, if my question is silly. I'm trying to create a new project, but all the time I receive the same error: [Screenshot 1](http://img819.imageshack.us/img819/3519/screenshot20110805at717.png) Thank you in advance for...
App Id problem with dash
I can't pass the "New Project" form because my (sub)domain uses a dash, and Titanium Developer doesn't validate the App Id field because of it. (ie. cc.co.**name-name**.appid doesn't work). Any help on this, please?
TiStudio Project References and Ti.include
Does anyone know whether the project reference ability in TiStudio works for mobile projects? I want to create a library of js code in a blank project and then use the project reference facility in other projects to access the js files/functionality in...
Where is my file menu??
I just want to import an existing project on Titanium Studio. And according to this url over here:...
do not see my projects in the applications on the android
hello I just installed the new version of titanium "titanium studio" and when I run my project my project is not with the other applications on the android as a result I can not do anything you have a solution please thank you
iPhone app on iPad (Or white background fix)
Hello Is it possible to install the app on an iPad device, but it is installed as an iPhone app instead of iPad? Because the iPad settings are not good yet (the tableviews background is white instead of the striped one). Or can this background problem be...
No mobile option on new project creation page
Hello, I have problem with my user to create new mobile project. My older user which is assigned to email musaulker {at} gmail {dot} com has not problems to create new mobile applications. But my new user profile which is assigned to email info {at}...
error creating project
I have created one project and working fine but whenever i try to create another project it gives me error, i cant even create the default titanium project with 2 tabs. I get the error as W/SystemClock( 121): Unable to set rtc to 1306473286: Invalid...
How to change/edit tiapp.xml to change from an iPad project to Mobile?
Hi, I am trying to automate the packaging of an app through command line scripting, and I got it working to switch back/forth for either iPad or iPhone targets for testing, but I am running into a wall for packaging the app. How do you package the same...
Titanium Crashes After Building JS resources.
My projects worked fine until today. Now when I compile them I get the following: [ERROR] Exception occured while building Android project: [ERROR] Traceback (most recent call last): [ERROR] File...
Project cration error - Trace back - File
I try to create a new project (Mobile app.). This has worked once. Now every time I try to create a new project I get the message: Project creation error: Trace back (most recent call last) File … Message disappears, empty root directory is created and...
Project code and files layout
Hello, I am trying to start developing using Titanium Mobile, I've made an app already and got it on the App Store. But I am trying to figure out a way to format my projects, I mean, instead of having all code in app.js, how do you prefer to spread it out...
Android project - add new file to project leads to "Wrapper java.io.FileNotFound"
Hi, First of all I use Mobile SDK 1.6.2 and the Titanium Studio preview... I have a simple project, with 2 windows, where each window is created using a separate "js" file : "win1.js"m "win2.js".. Everything worked fine on...
get view
hi ,everyone I add a tableview into a scrollview,and add the scrollview into a window,now i want to get the scrollview,the tableview from the window,is there any window's method in the api ,i didn't see,is there any help? thanks in advance
Any Android guys want to fix 3 bugs and make a quick $100?
So here's the deal. I have this project that I've developed and is working on iPhone and iPad just fine. The android port seems to be slow. The 3 issues are as follows: *on the Tips page (rss.js), I need my admob code working. I can get it to...
Type of Save & Edit Later system?
Alright so I have an app with my contractors, and they are asking me to add a "Save & Edit Later" system to the app. The app is pretty much: Fill out a whole shit load of textFields, Switches, and take 3-6 pictures, and at the end dump it...
Any Appcelerator Developer in Malaysia
Hi Guys, We are just starting using Appcelerator, got a project, since not much time, looking for some help, can talk of full outsourcing also, if the price is right :) Can call me at +60123247427 or email me at deep#@softsolvers.com.my. Regards, Deep
Cant create project. Fatal pyton error.
Almost two days am trying to make a project. But with no success. I receive the following error. "Project creation failed: Fatal python error: Py_initialize: cant initialize sys...". Here is also the screenshot...
Newbie: I want IOS, not Android... how?
Hi, No doubt this is a dumb question but I just installed, tried to create a new project and Appcelerator believes it's detected both IOS and Android SDK's. No idea where the Android SDK came from. I just want to build an app for the iPhone. So when I...
where to start developing my iphone app?
i have downloaded titanium appcelerator... created new desktop project and Launched, Packaged and built the links... Have no idea what's next or what to do after all this initial configuration? Secondly my Mac OS X version is 10.5.8, is it possible i can...
How to change the path to an existing Project?
Is it possible to change the path to your project once its been established? I moved my app to another directory and changed the name, but can't seem to find anyplace to change it. I tried deleting the project and importing it again, but obviously the...
Looking for Titanium Developer
We're looking for a Titanium developer to help us build an app that can be deployed to iPad, Droid tablet, PC, and Mac laptops. App will need to store data locally and work offline and then sync up with REST services when online. Please email your...
Problem creating basic Mobile Android Project in Win XP
I just installed Titanium Developer, following the steps from http://developer.appcelerator.com/guides/en/installing_on_windows.html#environment_variables When I create a new desktop project it works fine, when I try to create a new mobile project...
Require Minimum iOS Version / Setting Xcode Project Settings in Titanium
Our app requires iOS 4.2. In Xcode, this is configured as having a Base SDK and deployment target of iOS 4.2. How can arbitrary Xcode project settings be configured for a Titanium app? -OR- How can we configure our Titanium app to require iOS 4.2?
Possible Solution for Creating Android Project in Windows
I know a lot of people have had various reasons for not being able to create a mobile project for the Android SDK, so here was my resolution, hope this helps someone. I'm using Windows 7, and was trying to get it to work all yesterday (very frustrating)...
Android Emulater problem & solution
Hi. I have installed Appcelerator Titanium by following "Getting Started Titanium Windows".pdf-file.. I have chosen to work with the Android alternative. When I have created a new project and are about to launch it in the emulator, it does not...
Build Android app stops at '[INFO] Copying project resources..'
I'm having a problem with building Android app projects.<br> Titanium Developer stops building at 'Copying project resources..' and it doesn't go any further.<br>Everything was working fine before this problem suddenly occurred.<br> I...
Titanium not displaying iOs while starting a new Proejct
Hello Guys! I was trying to setup Titanium Developer for Mac OSX and it's working, but only displaying Ruby, Phyton and PHP while creating a new Project. I have downloaded and installed the iPhone SDK and XCode from the Apple Developer Site. Does...
Sample Project: Dynamically filled scrollViews
The project: http://www.mediafire.com/?ddms78xjnfq5nf0 Hey Developers! I again have a sample project for you guys! These projects are all based on functions I use in my app and had to get it right with trial and error. So to anyone who ever needs this,...
Packaging Server Down or Unresponsive
It looks like the machine that builds the win32 versions is down again. Can you guys reboot it? BTW, I had a ticket here for this: http://tinyurl.com/298k3wr Thanks!
Why are there no error details?
System Windows XP Pro I have installed all the Android SDK stuff, done all the updates, put paths in the System variables, created an AVD, run the Android emulator, installed Titanium, run the mobile update. BUT when I come to try a Hello world demo I get...
Error creating project - solution for Android SDK
Hi guys! This is not a question but rather a solution for cases when you have followed exactly the Getting Started guide but still get the helpful "Error creating project" error. It seems that Titanium looks for the following hardcoded path to...
Error on running Application
Hi I create a new project for the iPhone tested and I have the followings error I did not make any modification to the one create by Titanium developer this is the error http://gist.github.com/640397
What we put a good project entity to machine
What we put a good project entity to machine What is: private-key iphone developers certificate short Provisioning profile
Showing 1-50 of 81 1 2