How to deploy Titanium app on a real Android device?
Asked Answered
E

5

12

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?

Earley answered 22/8, 2011 at 10:5 Comment(0)
M
9

There should be an "Install to Android Device" menu when you right-click on the project in App Explorer or Project Explorer view. There is also a run icon in App Explorer toolbar that has the "Android Device" option. You could also see the Getting Started with Titanium Studio guide.

Maciemaciel answered 23/8, 2011 at 1:24 Comment(0)
D
7

From the Titanium Studio Guide:

  1. Configure your Android device:

    • Settings > Applications > Check 'Unknown sources'
    • Settings > Applications > Development > Check 'USB Debugging'
    • Settings > Applications > Development > Check 'Stay Awake'
  2. Connect your Android Phone to your PC iwth a USB cable

  3. Open your project in Titanium Studio:

    • Run Menu in App Explorer Bar > Android Device

Wait for the app to load and look for your app on the app drawer on your device, then tap the app to open it.

Dhiren answered 27/3, 2012 at 4:23 Comment(0)
C
0

Get Titanium Mobile and you can send directly to your Android device

Coronach answered 22/8, 2011 at 16:10 Comment(1)
I can't find the download button for Titanium Mobile. I have an account on the titanium site and even when logged in there is no download button. How did you install it?Earley
H
0

In the latest Titanium Studio its very user friendly.You can run your application on device by click on the Option "Run with Device", When you get right click on your project.

Hoopes answered 8/6, 2012 at 12:17 Comment(0)
U
0

...or choose Install to Android Device...

  • when your Mobile is successfully USBconnected to your Computer
  • when you rightclick on your project (as already mentioned by the fellows)
Urena answered 9/8, 2012 at 8:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.