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
1
vote
1 answer
Ruboto horizontal progress bar?
I'm very new to Android development (therefore to Ruboto), I have the following code in an attempt to display a text field, a button, and a progress bar. I would like to turn this progress bar into a horizontal progress bar:
require…

Justin Williams
- 697
- 3
- 12
1
vote
1 answer
Camera record review and upload android web view
Researching if it is possible to create a web app with jruby and ruboto that has access to android camera where user can record, review, and upload clip to server as either a native app or web app.
Not much documentation for this type of…

user2873003
- 357
- 4
- 21
1
vote
1 answer
MacBook Pro Retina cannot install Intel HAXM via Ruboto
I have a brand new MacBook Pro Retina 15" with the dedicated GPU. I'm trying to install Ruboto, which has a nice setup to include the Android SDK, Java, etc. But it fails on installing Intel HAXM with the following error:
Error - Your computer…

austinsmorris
- 145
- 9
1
vote
2 answers
How native an application built using RubyMotion or Rubuto can be?
On the RubyMotion site's home page, They say it's a
revolutionary toolchain that lets you quickly develop and test native iOS and OS X
applications for iPhone, iPad and Mac
On the Rubuto framework site, they say something similar
Ruboto is a…

Nafaa Boutefer
- 2,169
- 19
- 26
1
vote
2 answers
Ruboto: won't detect Android SDK platform-tools
I need some help with Ruboto..
So I want to start doing some Android development using Ruboto. Here are the steps I took:
installed the android sdk
installed the sdk addons tools and platform-tools
installed jruby using rvm install
installed ruboto…

Prem
- 3,373
- 7
- 29
- 43
1
vote
1 answer
"rake" command using ruboto returns abort and permission denied
I've recently decided to venture into android app development with ruboto. I installed the Android SDK with all the necessary development tools along with jruby, javac, ant, and ruboto. However, when I call the "rake" (ruby make) command, I get the…

user2074401
- 13
- 2
1
vote
1 answer
Installing ruboto
I use this site
http://rubysource.com/ruboto-rubys-and-androids-first-born/#comment-41291
but while i create
ruboto gen app --package org.ruboto.example.quick_start --target android-7
It gives error
…

regmiprem
- 735
- 2
- 14
- 41
1
vote
1 answer
Ruby in android
I want to start a project in android in ruby.
I already use rails n did many project by using ruby on rails.
can anyone suggest me what to install in my com? My com has os linux.I want to run
my android project in my com. pleaze help me .

regmiprem
- 735
- 2
- 14
- 41
0
votes
2 answers
Using JSON in a Ruboto project
I've got two different projects written in Ruby, using Ruboto to pack the Ruby into an .apk so it can be pushed onto an Android device. Both projects will compile and run on my phone as well as a phone emulator, but adding the line 'require 'json''…

user1028497
- 103
- 1
- 6
0
votes
1 answer
how do I change directory in ruboto running on android
I'm using ruboto (ruby) on an android tablet. I'd like my source to be in a subdirectory of the usual default source directory. Is there a way to do this?

Nick Keighley
- 161
- 2
- 5
0
votes
1 answer
ruboto Setup with Windows 8, apache ant not found
Hi I am trying to setup Ruboto on my Windows 8 and getting the following error even if say yes to download and install Apache via command prompt. Any help is appreciated
C:\>ruboto setup
Java runtime : Found
Java Compiler :…

pkk
- 1
0
votes
1 answer
Ruboto barcode tutorial, build fails
going through the tutorial of the ruboto barcode scanner and i have ran into a problem that i can not figure out.
first of all, the tutorial is here…

alucero270
- 3
- 3
0
votes
1 answer
Installing Ruboto on Mac using Homebrew-ed Sdk
I am trying to install the ruboto gem on my MBP retina. I have previously installed the SDK and NDK on my computer using Homebrew as the install service and have them pathed as such. However, here is my problem.
When trying to use 'ruboto setup',…
0
votes
1 answer
MacBookPro 13" not install Intel HAXM accelerator for android emulators via ruboto
After installed ruboto gem and properly dependencies (via Gemfile), i typed:
$ ruboto setup
Which returns to me a error and properly download; but after download and installed the error package, the command returns same package error:
Java runtime …

gcrav
- 89
- 1
- 3
- 10
0
votes
1 answer
Ruboto - On running rake-install start, app does not get powered up on emulator
With the basic setup done, when i run rake install start, i just get the build successful message and nothing beyond that. Nothing gets powered up in the emulator which is running on the side for me. I am just starting to write android apps using…

user2611745
- 61
- 1
- 1
- 7