What Android SDK version do you have? You'd need to upgrade to the latest one And is same thing happening when you launch example on phone and not Android emulator?
Hmm, don't really remember how Android emulator worked, since started with Gideros, I can test on device momentarily, so I forgot one existed. But maybe it does some kind of log like it does on device? Is there a button DDMS in the right top corner of eclipse?
Do other examples work? Like HelloWorld from ADK? Black screen means the emulator is not started properly, or it is still initializing (may take some time). After starting the emulator, you should see Android welcome screen, only after this your app can be installed and tested.
Official samples for Android SDK are working properly, but projects exported from Gideros and then imported in Eclipse are just showing black screen after running.
I somehow managed to run some examples from Gideros succesfully on the emulator but it worked only once. Now when I'm trying to run them again nothing happens, just a black screen. It's really strange... :-/
Comments
And is same thing happening when you launch example on phone and not Android emulator?
But maybe it does some kind of log like it does on device? Is there a button DDMS in the right top corner of eclipse?
And which Gideros examples have you tried?
[2012-04-27 00:34:26 - Button] Android Launch!
[2012-04-27 00:34:26 - Button] adb is running normally.
[2012-04-27 00:34:26 - Button] Performing com.giderosmobile.android.ButtonActivity activity launch
[2012-04-27 00:34:26 - Button] Automatic Target Mode: launching new emulator with compatible AVD '3'
[2012-04-27 00:34:26 - Button] Launching a new emulator with Virtual Device '3'
[2012-04-27 00:34:30 - Button] New emulator found: emulator-5554
[2012-04-27 00:34:30 - Button] Waiting for HOME ('android.process.acore') to be launched...
[2012-04-27 00:34:48 - Button] HOME is up on device 'emulator-5554'
[2012-04-27 00:34:48 - Button] Uploading Button.apk onto device 'emulator-5554'
[2012-04-27 00:34:52 - Button] Installing Button.apk...
[2012-04-27 00:35:09 - Button] Success!
[2012-04-27 00:35:09 - Button] Starting activity com.giderosmobile.android.ButtonActivity on device emulator-5554
[2012-04-27 00:35:10 - Button] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.yourdomain.yourapp/com.giderosmobile.android.ButtonActivity }