titanium links
================
previous sdks
http://builds.appcelerator.com.s3.amazonaws.com/index.html#3_0_X
previous studios:
old studios: http://docs.appcelerator.com/titanium/2.1/#!/guide/Reverting_to_a_Previous_Version
android sdk
===========
* list avds
android list avd
* install apk (restart afterwards?)
adb -e install path/to/apk
* start emulator
emulator -avd name_of_avd
unfortunately you need a google api emulator to test out the map
* if you have a problem with the emulator (like it won't start), try restarting adb
adb kill-server
General titanium sdk notes
====================
it uses argb for colors
command line titanium interface
=========================
* build
ti build (cd to the project folder)
* build only w/o running
ti build --build-only --platform android