
How to fix You can't rollout this release because it doesn't allow any existing users to upgrade to the newly added APKs - googleplay error
What is this error? This is a version code mismatch error in the google play android developer console, this can be fixed by increasing your app's version code to a greater number. To fix this error, open Android Studio and load the app files. you have to generate a new signed APK with a different version code, here is how we can do it: Right click on project window, and select Open module settings Go to flavors tab Increase version code and name,
Wednesday, November 15, 2023, 5 AM