Skip to content

tamairama/ruboto-irb

 
 

Repository files navigation

#Ruboto-IRB

http://ruboto.com

To get this working on Android, you'll need to do two things:

Copy local.properties.EXAMPLE to local.properties and adjust the SDK location.

This is particularly true if you are doing development with the command line and vi, and not wussing out by using some girlyman IDE. Just sayin'.

For example,

 $ cp local.properties.EXAMPLE local.properties
 $ vi local.properties

Modify the "dx" tool for the target platform to support 1024M of memory. Edit SDK_PATH/platforms/android-1.x/tools/dx, uncomment javaopts and set it to javaOpts="-Xmx1024M" (you may need a higher value than 1024 on some systems).

 $ ant debug     # build package
 $ ant install   # build and install package
 $ adb -[e|d] install -r bin/IRB-debug.apk # manual install (emulator, device)

There are also some prebuilt packages available: github.com/headius/ruboto-irb/downloads.

You can also check out the JRuby on Android Google group for more information.

That's it! Have fun!

##Screenshot

Ruboto-IRB screenshot

##Credits

Ruby Icon obtained from Ruby Visual Identity Team, CC ShareAlike 2.5. Editor/script support from Pascal Chatterjee's jruby-for-android project, adapted by Scott Moyer.

About

A simple IRB application for JRuby on Android

Resources

Stars

Watchers

Forks

Packages

No packages published