pla1207 / ruboto-irb

A simple IRB application for JRuby on Android

Home Page:http://ruboto.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Ruboto-IRB

http://ruboto.org

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). This is only needed for API SDK Version 4, more recent SDKs default to 1GB.

 $ 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/ruboto/ruboto-irb/downloads.

NOTE: To install it to an emulator image, you need to have the emulator running.

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

http://ruboto.com