rscheel Well-Known Member Licensed User Longtime User Apr 9, 2018 #1 It is possible to change the version name at run time?
DonManfred Expert Licensed User Longtime User Apr 10, 2018 #2 As far as i know; No. It is set at Compiletime. What exactly are you trying to archieve? Last edited: Apr 10, 2018 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 10, 2018 #3 The version name is set in the manifest file so you cannot change it at runtime. Upvote 0
rscheel Well-Known Member Licensed User Longtime User Apr 11, 2018 #4 DonManfred said: As far as i know; No. It is set at Compiletime. What exactly are you trying to archieve? Click to expand... Erel said: The version name is set in the manifest file so you cannot change it at runtime. Click to expand... I have raised the question wrong, the issue is that every time I compile to advance in 1 version, that is the issue, since changing the version in time of execution would not have meaning, thanks for commenting. Upvote 0
DonManfred said: As far as i know; No. It is set at Compiletime. What exactly are you trying to archieve? Click to expand... Erel said: The version name is set in the manifest file so you cannot change it at runtime. Click to expand... I have raised the question wrong, the issue is that every time I compile to advance in 1 version, that is the issue, since changing the version in time of execution would not have meaning, thanks for commenting.
DonManfred Expert Licensed User Longtime User Apr 11, 2018 #5 I still dont get it. Can you describe it more clearly? Upvote 0
udg Expert Licensed User Longtime User Apr 11, 2018 #6 I think he asks if it's possible to automatically increment the VersionName at each compilation. Upvote 0
rscheel Well-Known Member Licensed User Longtime User Apr 11, 2018 #7 udg said: I think he asks if it's possible to automatically increment the VersionName at each compilation. Click to expand... It is what you have said. Upvote 0
udg said: I think he asks if it's possible to automatically increment the VersionName at each compilation. Click to expand... It is what you have said.
DonManfred Expert Licensed User Longtime User Apr 11, 2018 #8 udg said: I think he asks if it's possible to automatically increment the VersionName at each compilation. Click to expand... https://www.b4x.com/android/forum/threads/compilation-time-and-auto-increment-build-version.64183/ Upvote 0
udg said: I think he asks if it's possible to automatically increment the VersionName at each compilation. Click to expand... https://www.b4x.com/android/forum/threads/compilation-time-and-auto-increment-build-version.64183/
udg Expert Licensed User Longtime User Apr 11, 2018 #9 Hi Don, I was searching for https://www.b4x.com/android/forum/t...ilder-command-line-compilation.50154/#content but you were quicker (as always ..eheh) @rscheel : note that VersionName is not necessarily a number; it's up to you decide what to save there Upvote 0
Hi Don, I was searching for https://www.b4x.com/android/forum/t...ilder-command-line-compilation.50154/#content but you were quicker (as always ..eheh) @rscheel : note that VersionName is not necessarily a number; it's up to you decide what to save there
rscheel Well-Known Member Licensed User Longtime User Apr 11, 2018 #10 udg said: @rscheel : note that VersionName is not necessarily a number; it's up to you decide what to save there Click to expand... Thanks dear, I have that in mind. Upvote 0
udg said: @rscheel : note that VersionName is not necessarily a number; it's up to you decide what to save there Click to expand... Thanks dear, I have that in mind.