I have an existing app on the PlayStore. I am releasing new version of the app as staged rollout. However, I am not able to publish the app due to \"Fully S
Problem:
This APK will not be served to any users because it is completely shadowed by one or more APKs with higher version codes.
Resolution:
Remove this APK from your release or review the targeting and version codes of the APKs that you are including in this release.
I got the same error when I tried to update my app. The Project was old and was in Eclipse, I fixed it by decreasing targetsdkversion from 27 to 26, because imported, supported android lib was Android 7.1.1, I don't know how it worked, but it works for me. :D