I knew things were going too smooth!
We finally got our app posted to the Google Play store. We tested on a Nexus 7 and all seemed fine.
A buddy loaded it on his Galaxy S5 and it crashes when he clicks the icon. It does not fail in the simulator nor on a real Nexus 7.
I’m not familiar with java debugging since the code in Corona is Lua. Here is what is in the bug report. App development was done on a Mac. The iOS version is currently being reviewed by Apple.
Where do I begin?
Android Version Android 4.4
java.lang.IllegalStateException
at android.media.MediaPlayer._start(Native Method)
at android.media.MediaPlayer.start(MediaPlayer.java:1531)
at com.ansca.corona.MediaManager.playMedia(MediaManager.java:173)
at com.ansca.corona.events.MediaEvent.Send(MediaEvent.java:58)
at com.ansca.corona.events.EventManager.sendEvents(EventManager.java:87)
at com.ansca.corona.Controller.updateRuntimeState(Controller.java:281)
at com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onDrawFrame(CoronaGLSurfaceView.java:417)
at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1622)
at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1377)