Ruboto – Ruby on Android - is a framework for writing full Android apps in Ruby. It includes support libraries and generators for creating projects, classes, tests, and more.
Questions tagged [ruboto]
38 questions
0
votes
1 answer
rake aborted! No such file or directory - ant -version
I just did a completely new (clean) install of ruby, jruby, and ruboto on a new machine (OSX 10.9). I followed all of the instructions and everything was going great until I got to the 'rake' step of the Getting Started Tutorial.
When I run 'rake'…

KCE
- 1,159
- 8
- 25
0
votes
0 answers
Ruboto: Android SDK Tools is missing
I'm trying to develop android apps using Ruboto. I can't seem to get it all up and running though. When I try to run something like:
ruboto gen app --package com.test.me --name Test --target android-17
I got the following output:
Found…

Robin van Dijk
- 827
- 7
- 18
0
votes
1 answer
Setting up jdk for ruboto - error
I'm following this tutorial here for setting up Ruboto: http://rubylearning.com/blog/ruboto-quick-start/
I got an error setting up system environment variables in my command line in the JDK step. This is the code I typed in and error received:
$…

rhn
- 21
- 2
0
votes
1 answer
"Android SDK command adb : Not found"
I've installed Ruboto Gem and been following their wiki on how to proceed; however I keep getting this prompt every time I run the ruboto setup command:
Java runtime : Found
Java Compiler : Found
Apache ANT :…

aihaddad
- 41
- 1
- 6
0
votes
1 answer
Can't create fragment UI in Ruboto
I am struggiling to implement a fragment UI with Ruboto.
I had a perfectly working activity wich was creating its view in its onCreate method,
and that is what I am trying to port to a fragment.
I end up with something like this:
In the activity…

yves
- 664
- 1
- 12
- 24
0
votes
1 answer
Stop the process on Android using Ruboto
Is it possible to Stop the process on Android using the script running in Ruboto's IRB, i.e. automate:
"Application manager" > "Running" > [Select process] > Press "Stop"?

Andrija
- 14,037
- 18
- 60
- 87
0
votes
1 answer
How to add Ruboto path to android sdk?
I am new to Ruboto gem. I am currently working on android with Ruboto. I know android. I have installed the all requirements for Rubuto. I try to created the sample project using following command,
$ ruboto gen app --package org.sample.rubotoapp…

dhana
- 6,487
- 4
- 40
- 63
0
votes
1 answer
JRuby dont finds Android Platforms
i'am creating a ruboto app with:
ruboto gen app --package org.ruboto.example.app_name --with-jruby
and i end up with this:
Could not find any Android platforms in C:\android\android-sdk/platforms
Android platforms installed, also checked via…

SG 86
- 6,974
- 3
- 25
- 34