Re: [Lazarus] Android applications

2024-09-25 Thread John Landmesser via lazarus
Perhaps have a look at fpupdeluxe. See https://castle-engine.io/fpcupdeluxe#_cross_compilation_to_android No. i never did that ! Good luck John Landmesser Am 25.09.24 um 05:32 schrieb Larry Dalton via lazarus: I need to know which cross compiler I need,  and where I can download it On Mon,

Re: [Lazarus] Android applications

2024-09-24 Thread Larry Dalton via lazarus
I need to know which cross compiler I need, and where I can download it On Mon, Sep 23, 2024 at 03:25 Mattias Gaertner via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > > On 9/22/24 17:49, Larry Dalton via lazarus wrote: > > I am trying my first Android app, using lazarus 3.2.2, on Windows

Re: [Lazarus] Android applications

2024-09-23 Thread Mattias Gaertner via lazarus
On 9/22/24 17:49, Larry Dalton via lazarus wrote: I am trying my first Android app, using lazarus 3.2.2, on Windows 11. When I try to build the application, I get the error C:\lazarus\fpc\3.2.2\bin\x86_64-win64\fpc.exe does not support target arm-linux. You need to install a fpc cross compil

Re: [Lazarus] Android applications

2024-09-23 Thread Jean SUZINEAU via lazarus
Usually to build the application with LAMW, I use the  Lazarus menu "Run" /  "[LAMW] Build Android Apk and Run" The LAMW application consist of a dll project controls.lpr loaded by the android java program through JNI. For controls.lpr, the target OS is Android, target CPU arm. -- ___

Re: [Lazarus] Android applications

2024-09-22 Thread Larry Dalton via lazarus
It’s already loaded and installed. Still get the same error code On Sun, Sep 22, 2024 at 18:22 Jean SUZINEAU via lazarus < lazarus@lists.lazarus-ide.org> wrote: > May be it would be easier to use LAMW Lazarus for Android module Wizard ? > > It can install on Windows all the stuff needed to build

Re: [Lazarus] Android applications

2024-09-22 Thread Jean SUZINEAU via lazarus
May be it would be easier to use LAMW Lazarus for Android module Wizard ? It can install on Windows all the stuff needed to build applications for Android with Lazarus. https://wiki.lazarus.freepascal.org/LAMW -- ___ lazarus mailing list lazarus@lis

[Lazarus] Android applications

2024-09-22 Thread Larry Dalton via lazarus
I am trying my first Android app, using lazarus 3.2.2, on Windows 11. When I try to build the application, I get the error C:\lazarus\fpc\3.2.2\bin\x86_64-win64\fpc.exe does not support target arm-linux. In the configurator "Build Lazarus", the settings I have are 'Profile to Build='Clean up + Buil