Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Helloworld Application is not running

Hi all,
i am new to titanium developer.
i develop new sample mobile application called "hello world".

it is showing two messages.

[INFO] Launching Android emulator…one moment
[INFO] Building HelloWorld for Android … one moment

and hang over there .

What should i do for solve it .

— asked December 7th 2010 by Pratik Asthana
  • mobile
0 Comments

2 Answers

  • Accepted Answer

    When you run into a snag like that, in Titanium Developer make sure you change the log level from Info to Trace, it will give you more details that you can paste here. However I'm pretty sure I know what issue you're having.

    In your android-sdk root there are "platform-tools" and "tools" directories. By default, the adb executable is located in "platform-tools" but Titanium seems to be looking for it in "tools" (where it used to be?) So all you have to do is copy/paste the adb executable to "tools" and then the simulator loads right up.

    — answered December 7th 2010 by Justin Toth
    permalink
    0 Comments
  • Hi Justin Toth,

    thanks for the help
    i did as u suggest in the reply now it is showing Iphone image.
    but i am facing new problem that it is showing same output for every project like i created application "hello world" and "KitchenSink" .
    it showing same Iphone image for both project.

    it is showing error
    [ERROR] C:\android-sdk\tools\apkbuilder.bat

    Please help

    Thanks
    Pratik Asthana

    — answered December 7th 2010 by Pratik Asthana
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.