Reputation: 139
I'm building my first ever Android Studio application. I tested it in the emulator and there are no problems whatsoever. After I generate the signed APK and install it on my phone, the first time I open the app it crashes instantly. When I try to run it again, there's no problems. Is there any way to find the root cause of this?
Upvotes: 0
Views: 2020
Reputation: 141
signingConfigs
in File > Project Structure... > (Modules) app > Signing
Upvotes: 3