|
Project Information
Featured
Downloads
Links
|
Ruby for AndroidNow support cupcake (Android 1.5) irbapp.apk includes libruby.so additional ruby scripts and shared libraries in /sdcard/ruby. and, native ruby command ruby: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), stripped ScreenshotHow to build
$ svn checkout http://android-ruby.googlecode.com/svn/trunk/ android-ruby $ cd android-ruby $ export TOP=$HOME/mydroid $ . $TOP/build/envsetup.sh $ mm $TOP/out/target/product/generic/system/app/irbapp.apk pseudo irb application with libruby.so $TOP/out/target/product/generic/system/lib/ruby ruby scripts and ext shared libraries $TOP/out/target/product/generic/system/bin/cruby native command LayerDownloadhttp://code.google.com/p/android-ruby/downloads/list |
