Before you punch the appcelerator titanium website because you keep getting the message “Could not locate the Android SDK at the given path” when trying to setup your development environment, give this a try. Even though you have the latest version of the Android SDK on your machine, Titanium is looking for a specific folder in the sdk directory. After a bit of trial and error, I believe it is looking for version Android 2.2. So, go into your Android SDK Directory > Tools, and run android. Tick the box for Android 2.2, then go back to Titanium and put in your root path for the Android SDK. Voila, works. What’s silly is that you can select later versions (in my case 4.0) to work with.
I’m running
Titanium Studio, build: 1.0.6.201110251616
Build: jenkins-titanium-rcp-master-115 (origin/master)
Date: 25 October 2011, 16:19:29
Hope that helps someone else.