Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

2 Replies

Avatar

Correct answer by
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!