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 .
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.
-
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.batPlease help
Thanks
Pratik Asthana