PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM21] Project android migration from version 19 to 21
[WM21] Project android migration from version 19 to 21
Started by JeAn-PhI, Aug., 02 2019 10:06 AM - 2 replies
Posted on August, 02 2019 - 10:06 AM
Hello,

The migration of a project from version 19 to 21 although functional is
not satisfactory in my case. All the design is to review for once.

So I decided to create a project in 21 to resume my old project in 19,
it allows me to clean and implement new functions present in 21.

Nevertheless, I have difficulty updating the application on my tablets,
indeed by creating a new project the "versioncode" contained in the
manifest adopts its own numbering starting from 0.

The update on tablets can not be done without uninstalling the
application of it, I can not afford to do so given the number of
tablets in the hands of my customers (> 100) in the four corners of
France.

I wish that this numbering of "versioncode" leaves the last generation
number of my project in 19 and continues to increment as the
generations in 21.

At the moment I modified this number directly in the manifest during
the generation of the application but this has the consequence that
this one does not increment anymore.

Is there a way to fix this number before generating the application?

PS: this number of "versioncode" is well stored somewhere because when
I click on the button reset the manifest it takes the current number
for the project 21

--
Cordialement JeAn-PhI
Posted on August, 02 2019 - 12:42 PM
just adjust the version number you want to continue with in the generation wizzard and that its all
Posted on August, 26 2019 - 10:54 AM
WindevCol avait soumis l'idée :
just adjust the version number you want to continue with in the generation
wizzard and that its all


hello

it is not the version number of the application that I want to change
but the versionCode number contained in the android manifest (@android:
versionCode) and that it continues to increment each generation of APK.

currently I have changed the value of "versionCode" with the value that
suits me but it does not increment anymore

or I did not understand the solution that you propose to me

--
Cordialement JeAn-PhI