PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → WM22 APK size
WM22 APK size
Started by Arie, Jan., 31 2018 9:10 AM - 3 replies
Posted on January, 31 2018 - 9:10 AM
Hi,

I regenerated one of my Wm21 apps in Wm22. I noticed that the size of APK is 2-3 larger from approx 4mb to 11 mb. Is that normal?

When I look into the APK I see an extra map called "lib\armeabi-v7a\" holding 4 so-files named libwd220com.so, libwd220jav.so, libwd220uni.so and libwd220vm.so. These files are not in the v21-apk. I guess it has to do with the new gradle generation?
Posted on January, 31 2018 - 12:22 PM
Hi. I just review some of my WM21 project and some use the .so libraries and other not use it. I think it depend of the code you use.

The same projects generated with WM21 and without the .so libraries, when i generated with WM22 don't use the .so libraries.

Rubén
Posted on February, 01 2018 - 7:07 AM
Hi,

PCSoft confirmed this in a email,

From V22 onwards

<<
In version 22, the HTTP functions use the COM library.
WinDev Mobile must integrate the VM, UNI, COM, and JAV libraries into the apk.
The size of the apk is therefore much more important.
The apk contains 17.8 MB of files (uncompressed size).
>>

Therefore, even if you have a 1 screen and use 1 HTTP function it results in a .apk file over 10MB, when in V21 it about 2MB.

Christo
Posted on August, 14 2018 - 2:45 AM
Hola, que tengas un buen día. podrías pasarme el archivo libwd220com.so?