Search code examples
androidrubyjrubydalvikmirah

Using mixed Java/Ruby code in an Android app?


Is it possible to write part of the Android app in Ruby and then, using JRuby and Android Tools, compile the code to run on Dalvik VM? I don't need any run-time support for interpreting Ruby code, just to run one Ruby module. It would be nice if the compiled code is minimal, to not drag along the entire Ruby standard library.

How to configure some IDE (like Eclipse) and Android Tools to support that?


Solution

  • See these/three/answers (on stackoverflow) regarding @CharlesOliverNutter 's Ruby-like Mirah language that runs on the Dalvik VM.