[RESOLVED] Black sceen

Hello,

Today, i wanted to test my app in an android device, but when i launch the app on my phone, nothing happens. It only shows a black screen.

In the simulator, it works perfectly, i’ve tested with the sample apps, builted them and then install them on the phone, they work perfectly.

I’m using the corona SDK starter version with the 1037 build, in my app i used the, widget, storyboard and json library. 

Thanks for the help

I’d suggest you try the debugging strategies in this blog post: http://www.coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/.  In particular, use adb logcat to see any errors that might be getting thrown when you run your app on your device.

  • Andrew

Thanks, i used adb, i found the error, when i require modules in the editor, it wasn’t case sensitive, but after the build, it becomes case sensitive, that’s why it blocked

I’d suggest you try the debugging strategies in this blog post: http://www.coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/.  In particular, use adb logcat to see any errors that might be getting thrown when you run your app on your device.

  • Andrew

Thanks, i used adb, i found the error, when i require modules in the editor, it wasn’t case sensitive, but after the build, it becomes case sensitive, that’s why it blocked