Run a titanium project using the command line
Filed Under (Others) by admin on 09-11-2011
1. Go to your titanium project folder
then
2. Run this command
python titanium.py run --platform=android --android=/path/to/android-sdk
3. It’s Done
Note: Your titanium project folder should have the ff:
build build.log LICENSE manifest README Resources tiapp.xml


