The app is crashing unexpectedly

Hi everyone, I’m having an issue with my app after exporting it. Once installed, the app opens normally, but when I click the “Google Account Picker” button, it’s supposed to switch to the second screen. Instead, the app crashes immediately.

Everything works perfectly in the Companion app, and I’ve already double-checked that my SHA-1 key is correct and properly added. I have no idea why it’s failing after the export. Any ideas what might be causing this?

If you want proper help with this, post the APK and the crash logs here, or DM me the application so I can check what’s actually causing the crash.

Right now there isn’t enough information to diagnose it. The Companion working but the exported build crashing usually means there’s an issue in the compiled build (permissions, Google API config, or runtime error), and the crash log is the only way to see the exact reason.