PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WM22 Compile Issues
WM22 Compile Issues
Iniciado por guest, 19,mar. 2018 14:15 - 2 respuestas
Publicado el 19,marzo 2018 - 14:15
Hello All,

I am playing with trying to make a android app.
The first time I complied my app the apk file was 11.1 meg I installed it on the device and everything worked fine.


Then a created a set of global procedures for the project with 1 global procedure. After that step when I compile that app the apk is now only 2 meg and when the app is run I get errors "Unable to load the wd220jav library".

Note: when generating the apk on "Generation Tools" I use the setting "Use Tools Automatically Installed"

Anyone seen this.

DW
Publicado el 20,marzo 2018 - 12:06
Hi Dennis,

it MAY be that you inadvertently uncheck the checkbox that includes the HF 'dlls' into your app (or some other option during the generation).

Best regards
Publicado el 20,marzo 2018 - 13:41
Hello Fabrice,

Yes that was the fix but it is a bug in WM. If you create a new app without creating global procedures it will compile with all the libraries but as soon as you create a global procedure it will not unless that option is checked.

DW