About this document
Free Pascal for Android Development by ajedil is a document available to read on EtoBox.
This document discusses using Free Pascal to create Android applications. There are two main ways to do this - using the Android NDK which is intended for CPU intensive tasks, or using the Android SDK and Java bytecode. Free Pascal can compile Pascal code to Java bytecode using its JVM cross-compiler. The process involves installing Free Pascal sources, Jasmin to convert Java assembler to bytecode, and building the cross-compiler to enable compiling Pascal to Java bytecode and running on Android.
- Author
- ajedil
- Language
- EN