PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Include native library in Android APK
Include native library in Android APK
Iniciado por guest, 16,dic. 2014 02:02 - 3 respuestas
Publicado el 16,diciembre 2014 - 02:02
Hi. Is it posible include a native library (.so) in WM19 generated applications?


Rubén
Publicado el 16,diciembre 2014 - 22:44
Yes Answer in French here:
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://www.developpez.net/forums/d1486969/environnements-developpement/windev/windev-mobile/defi-integrer-librairies-natives-so-application-wm-android/">http://www.developpez.net/forums/d1486969/environnements-developpement/windev/windev-mobile/defi-integrer-librairies-natives-so-application-wm-android/</a>
Publicado el 17,diciembre 2014 - 12:42
Thank you.

I'm trying to use the project options "Describing current Configuration". Them allow execute OS command pre and post app generation.

I tried to copy the library folder to WM generated App path, but the IDE delete this path previous to generate. And the post app generation execute after APK generation.

Then i think i could add the library folders to WM generated APK (change apk extension to ZIP, call to a zip program to add the library and change again the extension to APK).


Rubén