Closed JasonNumberThirteen closed 3 years ago
There can be only 2 things that can happen, which is my best guess:
SDLControllerActivity
name gets obfuscatedCan you try to add this to app/proguard-rules.pro
?
-keep class org.libsdl.app.** { *; }
If that doesn't work then I probably need the APK that Play Store generated (for example pulling the APK from device).
-keep class org.libsdl.app.** { *; }
helped. BIG THANKS!
Hey, That's me again. Once again I have to face with the problem in Google Play Console. This time is more seriously, though. I have uploaded an internal test of my application. I was able to download, install and launch. However, when I launch my app, it "blinks" and closes immediately! When I looked at report details (ANR errors), it has shown me this stack trace, six times in a row!
What's going on?!