Upload failed You need to use a different version code for your APK because you already have one with version code 2

后端 未结 19 1306
温柔的废话
温柔的废话 2020-12-22 20:59

According to this answer How to solve "Your APK's version code needs to be higher than 2." in Google Play's Developer Console? I have just changed the vers

相关标签:
19条回答
  • 2020-12-22 21:35

    This seems because you have already uploaded APK file of version 3 to Google Play Store. And again you are uploading apk with same version. So this issue has been occurred.

    So for solution you need to change your version name and version code (increment with 1)and run application once and after export it upload to Google Play.

    0 讨论(0)
提交回复
热议问题