-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hello
It's written in readme, that Terra has Android support via FPC and Delphi
I've tried to build Terra samples for windows - everything is OK, tried on Android - lots of compilation errors about not working "system" routines like debug, callstack, cmem, unixthreads and so on, main units like terra_object or terra_string are not compilable due to string types unsupported for android target.
Tried some steps like putting conditional defines, commenting some units - still lots of errors.
Please provide info about the way to get Terra running on android, either Delphi(preferably) or FPC (which is way harder to get anything working in android-building toolchain).
P.S. I'm using Delphi XE7 update1 and do things for android with it (i.e. http://delphioga.sf.net/ even without FMX), tried some FPC-guides for android, but not yet successful (if Terra would support only FPC for Android - it's OK, I'll manage that)
Thank you for Terra, BTW.