Community Questions & Answers
Android Fastdev Issue
Hello When attempting to use fastdev, my application suddenly throws null exceptions. When I disable fastdev via tiapp.xml, it builds and runs fine. This seems to be a problem with the way it exports the code to the device, since the way it blows up is...
FastDev process logs images 4 times, is it ok?
Hello, Is this normal that on the console there are 4 logs on the images? 
Alloy slow deployment
Hi, when I started developing with **Alloy** and **TI3** I noticed that the deployment to the Android emulator is really slow. I don't think that the problem is the alloy compilation because in the console that steps are very quick. It seems that the...
FastDev - What's the secret??
For some reason, I am not having luck getting this FastDev thing to work. I've followed all the steps/guides numerous times. I start my FastDev server: ~~~ $ titanium fastdev start [INFO] [2011-09-05 23:28:12,577] Serving up files for...
How can i work with Titanium.network in titanium android.
How can i work with titanium.network,actually i want to connect one device to another.So i think i need network to connect these two devices,is fastdev server is useful devices also? or for emulator,,,means i want server to connect two devices,plz help me...
Application crashes when loading on emulator when Fastdev fetching app.js
Hi everyone My app is crashing on the android emulator but not on a device. It seems that it is the app that is the problem since other apps do work on the emulator. It starts with Fetching "app.js" with Fastdev... => No such file or...
Application does not react on FastDev commands
Hello, i'm trying to get working fastdev on Windows 7. Here is my configuration: 1. **Application type:** mobile 1. **Titanium SDK:** 2.1.5 1. **Platform & version:** Android 2.2 1. **Device:** Android emulator 1. **Host Operating System:** Windows...
Cannot start fastdev on SDK 3.0
I tried to start fastdev using the following command: titanium fastdev start I get: Titanium Command-Line Interface, CLI version 3.0.18, Titanium SDK version 3.0.0.v20121105141612 Copyright (c) 2012, Appcelerator, Inc. All Rights Reserved. Please...
how to use titanium command in terminal view in titanium studio
Hi, I'm trying to install android fastdev environment,now I have a question that how can I use the command-line in terminal view in titanium studio? When I input "$ titanium fastdev start" into the terminal view ,it report like this "sh:...
Image load delay: Android 2.1.0 and 2.1.1
When I load an image, the FastDev process shows that the image loads four times. Images also seem to load up four times when an animation completes, causing significant lag. Here is a simple example showing the problem, change the console in studio to the...
Fastdev does not fetch "app.js"
Hi all, I'm trying to use Fastdev in Android, but it fails at the beginning. I have started fastdev server correctly, and you can see the app connection to it. The problem is that when the app asks for app.js it seems to receive nothing. This is the...
Android Fastdev not working ...
I have it set to true in the tiapp.xml ... all of sudden it stops working a couple of days ago ... latest sdk and everything else. Anyone have a suggestion on what to look at to fix it ... slowing my dev time.
Android emulator not working - Fastdev server already running
For some reason i get "Fastdev server already running for com.appcelerator.titanium" in the log when trying to run my app on the Android Emulator. Have tried with all kinds of different setups. Created my own ones in AVD etc (both with...
Fastdev not fetching changed files
With the android emulator already running: A full recompile and build debug-run: 4:06 minutes b4 program is running in emulator (yep 4 minutes!) Restarting app with 'titanium fastdev restart-app' 22 secs before running! Amazing isn't it? Only problem:...
Titanium always "Compiling Javascript Resources ...": anoying
Hello I have a big problem with Titanium and Android, every time I make a change and run app in Android simulator, Titanium compiles all javascript resources (It tooks 30 or more seconds instead 4 or 5): ~~~ [INFO] Fastdev server running, deploying in...
Fast Dev Bug
I've been having problems using css with Fastdev in that it doesn't seem to recognize the changes. I've been working around this by make changes to the tiapp.xml which forces a full re-build. Is this a known issue or is there a better way to include the...
Emulator stopped working
I installed titanium yesterday and got a full day of very productive work without any problems. Overnight I shutdown my computer and now I'm trying to continue working but the emulator won't launch. I'm getting the following trace. ~~~ [INFO] logfile =...
[sdk 1.7.0] How to run fastdev on Windows XP?
Hello, I try to run fastdev server on Win XP (for android project), but I'm obtaining some problems... When I'm runing 'titanium fastdev start' in command line it's throwing an error: C:\Documents: can't open file 'and': [Errno 2] No such file or...
FastDev - what is the smart thing about it?
Hi! I've asked earlier about fastdev, but I'll try again. On initial compile, fastdev spends approx. 2½ sec. pr. file it fetches to the emulator. This is subject to vodoo, 'cause some days it only uses a fraction of a second. I have no clue why some...
Bug in Fastdev?
This is my FASTDEV log for a single debug compilation starttime: 14:58:17,327 last entry: 14:59:52,259 Thats 1:35 just to get the files! you can see that every fileload takes little less than 2.5 seconds. My browser fetches both gmail and facebook much...
FastDev Timeout
Using Titanium Studio and I am unable to deploy via FastDev. My application simply starts and freezes on the loading screen. This works just fine in Titanium Developer w/o FastDev. This is with the 1.7 SDK as well as the 1.7.1 continuous. Is there any...
FastDev on OSX Lion
Hi, Seems like for some people FastDev just works.. Has anyone who it didn't just work for found a way to get it to play nice? Myself and my colleague have never been able to get FastDev to work. I've been converting my app from iOS > Android for some...
Fastdev and remote android emulator
I connect the Android emulator running on windows to my linux notebook, where I want to develop. Using titanium.py with the run command works and I can interact with the app, but I intended to use fastdev. With titanium fastdev started, the app stops on...
Does Fastdev work with commonJS
I am seeing that it doesnt does anyone else know of this?
Fastdev - Images not showing
Hi everyone, I'm running into this weird issue. I've images of different resolutions in each of the "res-" android images folders. They don't show up in my app while in fastdev mode. When I switch fastdev off and compile the app, it works...
Fastdev server stops just afer starting to build my app
Hello everyone. I'm trying to use the fastdev to speed up developement procedure, but I can't make it work. I've read all Q&As here regarding fastdev, but still no luck... I start the fastdev server manually (It starts automatically only once - with...
Apk doesn't load on Android Emulator
Hello, I've just installed Titanium Studio and I can't use Android emulator no more. All was perfectly working with Titanium Developer but now, I cant : - Test my app through Android Emulator - Test my app through my phone (Galaxy S with ICS 4.0.3 and...
FastDev commonjs not updating; 1.8 (please tell me this is not true)
so following best practices I am using commonjs require; Do updates work when changing files; not for me; was working when using Ti.include I get debug from the server like app/ui/home/main_window.js exists: false I am assuming the exists false is...
Fastdev newbie
Hi everyone, I'm trying to use fastdev for the first time. I finally got the fastdev server up and running, but i cannot run my app. It says "Exception occurred while building android project" ~~~ [ERROR] Exception occured while building...
Gertting fastdev working on Windows 7
I have followed the guides [here](http://wiki.appcelerator.org/display/guides/Fastdev+Reference+for+Android) and [here](http://developer.appcelerator.com/blog/) on fastdev to no avail. When I try to start the fastdev server as described in the...
FastDev Android - Status Error Message
I seem to be having a real problem getting Titanium Studio and FastDev to work. I can't seem to get the emulator to connect to the server. I start the FastDev server from my project root: ~~~ $: titanium fastdev start $: [INFO] [2011-08-15 09:28:12,596]...
Android fastdev
Hi, I installed Titanium mobile sdk 1.7.0 RC1 and I have Titanium Studio 1 running. But when I want to use the fastdev option for android I always keep getting the same error, for example: In the terminal of Titanium Studio I type following command: $...
Fastdev not working for one app...
....all other apps work just fine....until I run the one app, then all other apps have issues too. The error message I get is "Warning: Fastdev mode disabled Error message 10.0.2.2:52014 - connection refused" As I said, if I start the emulator...
FastDev problem.
Does anyone know why I can get "titanium fastdev restart-app" to work? I get the following: ~~~ No Fastdev Servers found. The lock file at /Users/josborn/Documents/Titanium Studio Workspace/protrada/.fastdev.lock does not exist, you either need...
FastDev solution for iOS
Hi fellow devs, I thought you might be interested in a small project I've just completed. Since testing Ti Mobile applications on device can be quite consuming, because the app needs to be rebuilt, signed & redeployed after each significant...
When will Fastdev for on-device development be available ?
First of all thanku for FastDev. As title says :) My current notebook doesn't like Anroid emulator very muuch & after some time I can make some toasts on it :)
Fastdev server installation
Hi, Can anyone explain me how to install fastdev server on my mac machine. I've installed fastdev on windows but its not working. Its located here in windows: "C:\ProgramData\Titanium\mobilesdk\win32\1.7.0\android" but when i try to run it, it...
Titanium command-line tool - .bash_profile location?
Hello This might be a stupid question, but I can't figure it out. In order to use the command-line tool you have to do the following: ~~~ Add this to your ~/.bash_profile alias titanium="/Library/Application...
When I run "titanium fastdev restart-app", I got 'Errno 9' error!
When I run "titanium fastdev restart-app", I got 'Errno 9' error! What's the solution of [Errno 9]?? Please, help! ---------------------------------------- [INFO] [2011-07-04 17:27:33,129] connected: 172.16.XXX.1:60946 [INFO] [2011-07-04...
FastDev mode is diabled
Hi, Can anybody tell how can I fix this problem?, I can see code changes being updated in the android emulator and ever time the app launches, the emulator displays the following message: ~~~ Warning: FasDev mode is disabled. Error Message:...
fastdev log output
i am a little bit confused.. the fastdev logs says stuff like ~~~ [WARNING] [2011-06-23 09:53:42,587] get undefined: path not found [WARNING] [2011-06-23 09:53:42,601] get undefined: path not found [WARNING] [2011-06-23 09:53:42,632] get undefined: path...
How to disable fastdev?
Hi, We made the mistake to update titanium studio. Now we get null pointer exceptions in the application, as there are some issue with the fastdev and getting source files. Ok, instead of trying to figure out to get fastdev running, I want to...
Fastdev starts on Project launch though i didnt start the fastdev server
Hello! Can anybody explain me why the fastdev mode starts on project launch? Although i didnt start the fastdev server on console. I guess the fastdev command is stored somewhere in the project properties but iam not sure where to find. When i stop...
Is there a reason why fastdev for Mac isn't working?
I followed the instructions in the documentation. Added: /Library/Application Support/Titanium/mobilesdk/osx/1.7.0.RC1/titanium.py onto my .bash_profile. Opened up a terminal and typed up: "$ titanium fastdev start". I just get an error saying...
fastdev not sending source files
When I start up fastdev and launch my app with titanium run --project=android all the files are served with fastdev. But later when I do code changes nothing is sent. When I switch between views in my ScrollView the images are sent, but no source files....
Exclude dirs in FastDev
Hi Guys, We think Fastdev is a great improvement in Appcelerator. But we have a problem with it. We are developing a quite heavy application in Android with a lot of images. When we use Fastdev on this application it only slows us down because he need...
fast dev:
Hi, I got some problem when starting the server: my project is in "D:\SVN\repository\Public\CompteFiscal, so using cd i go in my project directory. Then i add the command ~~~ "start /B titanium fastdev start" ~~~ First, it was said...
Showing 1-47 of 47