storyboard example

I have built the interface->storyboard example code   (min sdk 2,2) on the simulator for android. When I run it I just get a black screen

Has anyone got any idea why this is not working thanks

I have tried oher examples from the example code supplied with corona they and they have run fine its just the storyboard that seems to make it crash. Im really stuck because i have completed a game using storyboards and this also crashes on a android phone but works fine on the simulator

Are there any errors on the logs?

thanks for your reply. This is new to me and I am not sure how to see the logs. I have enabled usb debugging on the phone but if I run adb devices from the pc I dont see any devices listed. I have the latest adb. Can you tell me the best way to see the error logs. Has anyone else tried to build and run the storyboard example app on an android. The app is not crashing but all I get is  a black screen

Does you PC see the device at all (i.e. in Windows Explorer)?  If not you probably need to download the drivers for your device.  

Also, I would guess there are probably tens of thousands of Corona built apps running storyboard on Android.  It is important to get device debugging working first in order to figure out your problem.  Otherwise maybe you can post your main.lua as well as the first storyboard scene used.  

I have found the problem I am using zerobrane editor to write the code

to debug I had added the line require(“mobdebug”).start()

It is this line that causes the black screen

thanks so much for your help , I will try and sort out the windows recognising the device

Are there any errors on the logs?

thanks for your reply. This is new to me and I am not sure how to see the logs. I have enabled usb debugging on the phone but if I run adb devices from the pc I dont see any devices listed. I have the latest adb. Can you tell me the best way to see the error logs. Has anyone else tried to build and run the storyboard example app on an android. The app is not crashing but all I get is  a black screen

Does you PC see the device at all (i.e. in Windows Explorer)?  If not you probably need to download the drivers for your device.  

Also, I would guess there are probably tens of thousands of Corona built apps running storyboard on Android.  It is important to get device debugging working first in order to figure out your problem.  Otherwise maybe you can post your main.lua as well as the first storyboard scene used.  

I have found the problem I am using zerobrane editor to write the code

to debug I had added the line require(“mobdebug”).start()

It is this line that causes the black screen

thanks so much for your help , I will try and sort out the windows recognising the device