Search code examples
androidreactjsreact-nativemobile-application

Any idea why does my published Android app instantly close when I open it?


My app works in the Android emulator and on a tethered device. But after I published the app, downloaded it on my Android device, the app closes immediately when I open it.

I even tried to create another Google Play app profile and upload the same APK with the same result?

How should I approach fixing this? Thanks!


Solution

  • You can add the fabric.io kit to your android gradle file and get the crash report to your mail.

    Follow this link to go through the Crashlytics Installation process via Gradle.