I’ve started working on an app and I wanted to test it on my device, so I built it (using the right JDK version) and installed it, but it would only show a black screen for a few seconds and then force close.
So then I tried to load it up in an Android emulator to check the logcat, and it was doing the same, it would force close with errors that didn’t seem to make much sense, something about Corona initialization (I can get more specifics if desired).
Lastly, I figured I’d try to build one of the Corona sample apps and run it on my Android emulator, same thing happened. It would force close.
Any idea what might be happening?