Taking my very first step in programming an app for my Android phone. To that end I thought I'd try one of the example programs provided with Laz. When I opened up the project \lazarus\examples\androidlcl\androidlcltest.lpi I got an error message: Compiler "C:\lazarus\fpc\3.2.0\bin\i386-win32\fpc.exe" does not support target arm-linux
Is there another project I should be using or is there something I need to install?
I had no trouble running ....nonandroidtest.lpi but that didn't seem to be what I was looking for.
My goal is to install an EXE on my phone, perhaps using Inno Setup Extractor, but I'm really clueless about this process.