Android Question How to change version number of application?

gacar

Active Member
I want publish new test version of my application on play.google.com. But i am getting "1 version code has been used before. Try another version code. " How to change version number of my application?

 
Solution
In "project attributes". Make sure you fill the Version Name, too.

B4X:
#Region  Project Attributes
    #ApplicationLabel: HR
    #VersionCode: 39
    #VersionName: V39.0
    'SupportedOrientations possible values: unspecified, landscape or portrait.
    #SupportedOrientations: portrait
    #CanInstallToExternalStorage: False
#End Region

KMatle

Expert
Licensed User
Longtime User
In "project attributes". Make sure you fill the Version Name, too.

B4X:
#Region  Project Attributes
    #ApplicationLabel: HR
    #VersionCode: 39
    #VersionName: V39.0
    'SupportedOrientations possible values: unspecified, landscape or portrait.
    #SupportedOrientations: portrait
    #CanInstallToExternalStorage: False
#End Region
 
Upvote 1
Solution

gacar

Active Member
Thank you very much.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…