Google Play is rejecting our new Android AAB with “version code already used.”
For the same package name, the latest bundle already uploaded to Play Console has versionCode 329, so any new build must be 330+.
In the Adalo Responsive builder, I can’t find any way to manually set or increase the Android versionCode. Each new build still results in a lower versionCode and gets rejected by Play Console.
I don’t want to change the package name or create a new app.
How can I force the next Responsive Android build to use a versionCode higher than 329?
Originally, I created a Responsive app by copying from the Legacy app and built it around 7 times.
I then deleted that Responsive app entirely.
After that, I created a new Responsive app again by copying from the same Legacy app.
Even though the previous Responsive app was deleted, it seems the versionCode increments from those builds are still being counted for the same package name, which is causing the current versionCode conflict.

