I would like to know how to deploy from TitaniumStudio to a real Android device. I have a titanium app that works in the emulator. But I'm clueless how to get it running on the real device.
I know how to deploy my titanium app onto my iPhone using Xcode.
I have installed Eclipse too, and has managed to deploy a simple HelloWorld.app to real Android device with it.
Update: I have just learned that deploy can be accomplished using the commandline.
[ 12:49:59 ~ ] $ adb install /Users/johndoe/git/helloworld/build/android/bin/app.apk
772 KB/s (2035982 bytes in 2.573s)
pkg: /data/local/tmp/app.apk
Success
[ 12:50:54 ~ ] $
Is there a way to deploy within TitaniumStudio?