Quote Originally Posted by JSoftware View Post
It's pretty easy to make Android programs using the NativeActivity trick. It requires that huge ant build system, but once set up it generally just works

I have an example here: http://j-software.dk/android.zip
Run lazbuild test.lpi in the jni dir, and then run ant debug/ant
install in the root dir
Thanks JSoftware

So it looks like I need a arm-linux cross-compiler then for this project?

cheers,
Paul