Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Problems submitting APK to GooglePlay store - Version number

Avatar

Level 6

I'm getting an error when submitting an app to the GooglePlay store. 

It returns: Version code needs to be higher than 1234

In the Dashboard, I have the version number set to 2.0.0.2

Can anyone tell me which parameter needs to change in order to allow GooglePlan to accept my app?

Thanks!

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee

It sounds like the existing version of the app is set to 1234. When building the Android app, manually override the version number and make the version code higher than 1234.

override_version.png

Then download the app, sign it, and submit it to Google Play, and it should go through.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Employee

It sounds like the existing version of the app is set to 1234. When building the Android app, manually override the version number and make the version code higher than 1234.

override_version.png

Then download the app, sign it, and submit it to Google Play, and it should go through.

Avatar

Level 6

Thanks Bob!