At the Android Studio
I made a signed APK and posted it on Google Store...
I made it for release.
There's something I need to fix, so I fixed it...
Then should I make it for debug this time?
Is there any difference when you upload it?
Or do I just make a release again and replace it with the previous APK file?
apk
When distributing to the Google Store, upload the APK created with the release build. You can understand that debug builds are used for development or debug purposes. The release build is an APK with code obfuscation and optimization (depending on the settings).
Additionally, please read the Turn off logging and debugging section from the link below.
© 2024 OneMinuteCode. All rights reserved.