Application not redering correctly on Android

I have an application  which is displaying  fine in the  Corona Emulator ver 2013.2100  but when i then build the application and deploy it to an adnroid device it  does not display correctly it looks like all of the elements  are  being places in the top corner of the adroid device.

I’m running   the  corona  sdk on window 8 and i’ve been try to deploy the application to a NEXUS 7 and Samsung galaxy S2.

I’m also running  jdk 1.6

Any help  or advice would be appriciated.

regards

Dave

Its possible that you might be having an error on device.  The usual cause of this is a filename case sensitivity problem.  Devices are case sensitive, the simulator is not. 

You can look at the device’s console log to see if you are getting any errors or not.  If you don’t know how to read the device’s console log, please read this tutorial:

http://coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/

Rob

Its possible that you might be having an error on device.  The usual cause of this is a filename case sensitivity problem.  Devices are case sensitive, the simulator is not. 

You can look at the device’s console log to see if you are getting any errors or not.  If you don’t know how to read the device’s console log, please read this tutorial:

http://coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/

Rob