Hi forums,
Before I say anything, you should know that I have a Galaxy Nexus and I programmed my game on a Windows 7 Simulator. Also, I’m pretty sure I have the latest version of Corona SDK because I downloaded it just a few months ago.
My app works fine on the simulator, but I have this problem that I keep on getting a black screen after my splash screen loads on my device. I know that filenames are case sensitive on devices but not on simulators, so I changed all of my filenames to lowercase and display.newImage(“image.png”)'s to lowercase, too. All of my images are .png.
I tried to connect my device to my computer and use adb logcat to see the console.log, but adb doesn’t sense my
So how come I get this? I can’t seem to find a solution when I google this. Please help me!