Code Monkey home page Code Monkey logo

ruboto-irb's Introduction

#Ruboto-IRB

http://ruboto.org

##Installation

The simplest way to get started with ruboto-irb is to install a prebuilt binary package. These packages can be found at https://github.com/ruboto/ruboto-irb/tree/master/dist.

If you'd like more control over the build and installation process, you can do it manually using the following instructions.

###Customize the local.properties file

Copy local.properties.EXAMPLE to local.properties and edit local.properties to specify the SDK's location on your system. For example:

 $ cp local.properties.EXAMPLE local.properties
 $ vi local.properties
 # In the editor, change the sdk.dir to point to the correct directory.

(The vi command in this and other sample command lines can be replaced with any editor command, such as nano or mate.)

###Override default memory settings (SDK Version 4 only):

If you are using API SDK version 4 (or earlier?), you'll probably need to override the low default memory setting for that platform (more recent SDKs default to 1024 MB and generally do not need to be changed). To do this:

 $ vi $ANDROID_SDK_PATH/platforms/android-4/tools/dx
 #
 # *$ANDROID_SDK_PATH* should point to, or be replaced by, the root of your Android SDK directory tree. 
 # Uncomment the line starting with *javaOpts* and set it to 1024 MB, or higher, if necessary, e.g:
 # javaOpts="-Xmx1024M"

###Update the project:

 android update project -n rubuto-irb --path . --subprojects 

###Build and install the project:

To build the debug version, issue the command:

 $ ant debug     # build package

To both build the debug version and install it on the currently selected target device or emulator, do this:

 $ ant debug install   # build and install package

If you'd like control of the install at a lower level, you can use adb:

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

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

Resources

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.

ruboto-irb's People

Contributors

rscottm avatar jberkel avatar jackowayed avatar donv avatar headius avatar akshay2047 avatar neurogami avatar techhumans-com avatar gadtfly avatar benjaminoakes avatar argilo avatar dlachausse avatar michael-zinn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.