Review summary Errors
Resolve these errors before starting the rollout of this release. You can’t rollout this release because it doesn’t allow any existing users to upgrade to the newly added APKs.
The issue is the android:versionCode in the AndroidManifest.xml is lower than the previous release.
How to fixed the issue
Change the android-versionCode to a higher value.
Full reply from Google
Hi,
Thanks for contacting Google Play Developer Support.
You’re seeing that error message because your new APK has a lower version code than the previous APK. Newer APKs must always have a higher version code than the previous version, or the Play Store won’t know that the new APK is an update.
Regards,
Google Play Developer Support
I am new to android development. recently i have uploaded my app to playstore and couldnt download it from there because i faced this issue “your device isnt compatible with this version”. on further analysis I could found out that I have used feature “android.hardware.type.watch” along with android.hardware.faketouch, android.hardware.telephony. which is why i could see only watch devices in supported devices list on console (this was mistakenly ignored during rollout).
now to correct this mistake, I have removed watch feature, built apk with incremented version code. I need to replace live app on playstore with newly built apk. I have used 2 methods ( creating release in production and creating beta release )but everytime I am facing below issue “You can’t rollout this release because it doesn’t allow any existing users to upgrade to the newly added APKs.