Google Play - Fully Shadowed apk

后端 未结 19 2789
青春惊慌失措
青春惊慌失措 2020-12-13 17:48

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

19条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 18:17

    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

提交回复
热议问题