Cross-Build for Android
The following steps are exactly the same for every CodeTyphon host-OS ( Windows, Linux)
Download Android Toolchains
Download with CodeTyphon Center from our server Target Android toolchain
Download Android OS libraries
Build FPC Cross Android element
Build FreePascal 32bits-> Cross element arm-android or Cross element i386-android
Setup your Project Libraries
Setup your Project CPU and OS
Select Target OS=Android and Target CPU=arm in application "Config and Target" page
Setup your Project Platform
Select LCLWidgetType=customdrawn in application "Additions and Overrides" page.
NOTE: Only CodeTyphon "CustomDrawn" Platform, support Android OS
Setup your Project Debug Info
Uncheck " Generate debugging info..." in application "Debugging" page
Debug information is not useful in Android and makes your executable much bigger
Finally build your project
CodeTyphon Studio Stop Here.
For Deploy your new application, or how to pak your app to *.APK file,
Please seach to the web...