views:

1092

answers:

4

Hello!

I started developing with Titanium and now I really stuck on one part. I downloaded the Adroid SDK and added the path to Titanium:

/Users/michael/Downloads/android-sdk-mac_86/

I can open e.g. Kitchen Sink in the iPhone Simulator without problems, but when I want to open it in Android then my screen looks like this: Screenshot

Why is down there all the time, even after 2 hours of waiting, the label "loading..." ?

A: 

having the same issue - have you found a workaround? found out that after downloading the android sdk - there are other components to be downloaded, which is different from previous versions. Also found some implication that loading the android emulator prior to launching the app from titanium may yield better results.

check the android docs for updating the sdk via the avd manager

load the emulator first video: http://vimeo.com/10866226

nathan
A: 

Try setting the Filter from "Info" to "Trace" that may illuminate things.

Most commonly, you may not have the right platforms installed. Just install all of them if that's the case.

BrianMB
A: 

Hi! You should read the docu for installing the android SDK. http://developer.appcelerator.com/ You should make it step by step and then it will works. For me it works.

I am searching now of docu to install the Iphone Sdk. Has anyone found any docu?

Cheers nik

Nik
A: 

Try to open your Android_SDK_Dir/tools, run file android to create a new Android Virtual Device. After that, open your Titanium again. Maybe this will solve your issue.

Take a look at your image. Value of SDK listbox is "...loading...". This means you Titanium cannot determine which Android Virtual Device is. So, as I said, try to create new Android Virtual Device first.

anticafe