I've decided to jump into compiling apps for Android.
After a lot of looking around, the best approach seemed to be to use LAMW manager.
[Thanks for the very comprehensive scripts Daniel!]
After downloading I looked at the script 'simple-lamw-install.sh'
it currently has these values set:
FPC_TRUNK_VERSION=3.2.0-beta
_FPC_TRUNK_VERSION=3.2.0
FPC_TRUNK_SVNTAG=fixes_3_2
LAZARUS_STABLE_VERSION="2.0.12"
LAZARUS_STABLE=lazarus_${LAZARUS_STABLE_VERSION//\./_}
CMD_TOOLS_VERSION="7583922"
CMD_SDK_TOOLS_ZIP="commandlinetools-win-${CMD_TOOLS_VERSION}_latest.zip"
CMD_SDK_TOOLS_DIR="$ANDROID_SDK_ROOT\\cmdline-tools"
ANT_VERSION="1.10.5"
I presume would be best to change FPC_TRUNK_VERSION to 3.2.2 and LAZARUS_STABLE_VERSION to 3.4 ?
Also has a hard coded path in the newinstaller.ps1 script: `$env:PATH="C:\Users\Daniel\LAMW\sdk\tools;" + $env:path`