APK upload to google causes version code error

Asked 2 years ago, Updated 2 years ago, 64 views

I suddenly can't upload APK to Google, which has been going well so far."An APK with version code 3 already exists, so you must use a different version code."
However, the version of AndroidManifest.xml that sets the version code is android:versionCode="4".
Please let me know if there are any other places to set the version code.

android monaca

2022-09-30 19:33

1 Answers

Didn't you raise the version number?

Settings > Build Settings (Android App Settings) > Version

The above version number must be higher than the previous app you uploaded.


2022-09-30 19:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.