Quote Originally Posted by WILL View Post
Free Pascal / Lazarus, but even it does not run 100% native on Android
sorry but that is just not true, fpc can already compile the native for android DVM code: http://wiki.freepascal.org/FPC_JVM
that is if you care for the relatively slow java virtual machine code. fpc can also compile the binary code that, with a little extra effort, can work on the android platform.
the downside of fpc though is that it is more complicated to set up. the only platform I know that fpc cannot compile for at this point is javascript for html5.