You are not logged in.
Hi, I am crosscompiling a library (without any gui) to Android for the first time.
I select Target OS Android and target CPU arm.
Compilation works but I get this error:
gtk2cellrenderer.pas(30,3) Fatal: Cannot find gtk2 used by Gtk2CellRenderer of package LCL.
Is gtk2 not present on Android?
When not then why is it selected as default?
When I tried to select eg. nogui widgetset the compilation runs ok (+had to remove any packages that depend on Printer4Lazarus).
Thanks!
Offline
Nope. No gtk2 on Android ! No X11 anyhow !!
You should use another tool to make Android apps:
https://github.com/jmpessoa/lazandroidmodulewizard
Works very well together with the mORMot.
There is even a mORMot sample !
https://github.com/jmpessoa/lazandroidm … ORMotDemo1
Offline
Thank you AOG, been already using LAMW.
Offline