PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → how does Generate the apk file
how does Generate the apk file
Iniciado por guest, 31,dic. 2014 10:41 - 1 respuesta
Publicado el 31,diciembre 2014 - 10:41
my android application run on the desktop and android path will be there but in c drive >MyMobileProject>ProjectName>Exe in does not create the apk file how does generate the apk file
Publicado el 31,diciembre 2014 - 12:57
Rahul,
The simulator (which runs your app on the desktop as you say) does not use generated java code, but some kind of it's own runtime code.
So you have to build the APK as a separate step. Follow the wizard from the menu, it will lead you through this process step-by-step.