Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Repository files navigation

Ruboto Hello World

Check out the Ruboto project for more information! Also, the API is here.

Setup

Prerequisites

  • rbenv
  • Java JDK
  • Android SDK
  • Apache ANT

Shell

Add the following to your environment variables:

export ANDROID_HOME=~/Documents/Android/SDK (Replace with your SDK path) export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools

Installation

  1. $ rbenv install jruby-1.7.9
  2. $ rbenv shell jruby-1.7.9
  3. $ gem install ruboto
  4. $ gem install jruby-jars
  5. $ ruboto setup (May fail, use setup to verify prerequisites are detected)
  6. $ ruboto gen app --package com.ruboto.hello --name RubotoHelloWorld --target 16 --min-sdk 16 --activity Hello (Make sure you have the SDK for API level 16 for this step)
  7. Connect your Android device/emulator
  8. $ rake install start
  9. 🎉

Note: You will need the Ruboto core app on your device! Once you launch your app, it will provide a link to download the Ruboto core app from the Google Play store. The Ruboto core app is also available for manual installation here.

About

Domo arigato!

Resources

Stars

0 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages