Expandir la barra de logros de la comunidad.

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

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

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 solución aceptada

Avatar

Respuesta correcta de
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.

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Respuesta correcta de
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!