With a little bit of hacking it'd probably work, but I'm not sure of the status of ocaml-java and haven't looked into the implementation details. Since ocaml-java outputs class files (afaik) you'd have to sort of hack the android build pipeline yourself, but that wouldn't be the hard part: all the tools are there. The harder part is that the Android SDK is very Java oriented, and it just feels awkward as hell to use in OCaml even if you were to write a thin wrapper around the SDK. Kris On Wed, Sep 18, 2013 at 11:35 PM, Ivan Gotovchits wrote: > Kristopher Micinski writes: > > > The basic problem with running OCaml on Android is that pretty much > > everything (minus a few system services / daemons, for example) runs > > inside a Dalvik VM. Everything that is a "real app" thus uses the > > facilities of the SDK to interact with the underlying > > system. (Various services such as internet can be opened via a raw > > socket, and are protected via lower level system modifications.) > > And what about OCaml-Java [1]. Will it be possible to use it with > dalvik? > > [1] http://ocamljava.x9c.fr/preview/ > > -- > (__) > (oo) > /------\/ > / | || > * /\---/\ > ~~ ~~ > ...."Have you mooed today?"... >