简体   繁体   English

Google Play Console 和 APK 上传问题

[英]Problem with Google Play Console and upload of APK

I am trying to upload my APK to Google Play Connsole.我正在尝试将我的 APK 上传到 Google Play 控制台。 The translation of the red text roughly says that version 1 is used already.红字的翻译粗略表示已经使用了版本1。 This is from AndroidManifest.xml:这是来自 AndroidManifest.xml:

android:versionCode="10"
android:versionName="1.010">

Google Play 管理中心的屏幕截图

Anyone?任何人?

Under app in the top root directory for your apps tree in Android Studio, edit bulid.gradle.在 Android Studio 中应用程序树的顶部根目录中的 app 下,编辑 bulid.gradle。 For some reason AndroidManifest.xml is ignored when it coems to versioning.出于某种原因,AndroidManifest.xml 在进行版本控制时会被忽略。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM