My Google Play game starts but as soon as it starts it quits.

Hi there. I got a doubt about my Corona game that just made it to Google Play. It has a strange problem that as soon the game starts it just quit!

 

Could you, guys from the Corona Labs, help me out with it? I think that there were some problem with the .apk I send to Google Play or they made something wrong to it. Please, help!

Hi @andrew8unknow,

Can you provide more details? Did you test the app on your local devices before submitting it? If so, did it crash on any of those devices? If so, can you provide a crash report log?

If Google is stating that it crashes, have they provided you with a crash report message?

Thanks,

Brent

I suggest:

  1. Modify build.settings to include this:

https://docs.coronalabs.com/daily/guide/distribution/buildSettings/index.html#build-control

settings = { build = { neverStripDebugInfo = true } }
  1. Build the APK.

  2. Side-load it to your android device:

  3. Debug it using ADB (Android Debug Bridge): 

https://docs.coronalabs.com/guide/basics/debugging/index.html#device-debugging-android

Hi @andrew8unknow,

Can you provide more details? Did you test the app on your local devices before submitting it? If so, did it crash on any of those devices? If so, can you provide a crash report log?

If Google is stating that it crashes, have they provided you with a crash report message?

Thanks,

Brent

I suggest:

  1. Modify build.settings to include this:

https://docs.coronalabs.com/daily/guide/distribution/buildSettings/index.html#build-control

settings = { build = { neverStripDebugInfo = true } }
  1. Build the APK.

  2. Side-load it to your android device:

  3. Debug it using ADB (Android Debug Bridge): 

https://docs.coronalabs.com/guide/basics/debugging/index.html#device-debugging-android