ruboto / ruboto

A platform for developing apps using JRuby on Android.
http://ruboto.org/
MIT License
2.03k stars 158 forks source link

How can I help? (claudiug) #754

Open claudiug opened 8 years ago

claudiug commented 8 years ago

Hi!

I'd like to contribute to the Ruboto project.

My earlier experience with Ruby, Java, Android

My experience with HTML, CSS, JavaScript, and Jekyll:

donv commented 8 years ago

Hi @claudiug !

Welcome to the project! The first step should be to set up your Ruboto development environment. Please do that, and report back. If you run into any trouble, please let me know here.

claudiug commented 8 years ago

hello,

I've try to setup the ruboto, but It fails here: /Users/claudiug/.rbenv/versions/jruby-9.0.0.0/lib/ruby/gems/shared/gems/ruboto-1.3.0/lib/ruboto/util/setup.rb:200:incheck_for_haxm'`

https://github.com/ruboto/ruboto/blob/166d74b05d4a3d005972d0c5aad5f3f48e9fc6e3/lib/ruboto/util/setup.rb#L187

I do have Intel HAXM, version 5.5.5

claudiug commented 8 years ago

I saw this PR: https://github.com/ruboto/ruboto/issues/737

should I use 1.7.xx?

donv commented 8 years ago

Hi @claudiug !

Could you paste the full output somewhere? Maybe a gist?

I usually use MRI 2.2.2 when developing with Ruboto since it is quicker for small commands.

The version of Ruby you use on the command line is independent of the JRuby version you use inside the Ruboto app.

claudiug commented 8 years ago

Hello @donv

Please find attach the gist

https://gist.github.com/claudiug/47bb65ccdcfe057fcf37

I will use 2.2.2

donv commented 8 years ago

Hi @claudiug !

Looks like this is a known bug that has been fixed, but not released:

https://github.com/ruboto/ruboto/issues/717 https://github.com/ruboto/ruboto/pull/728

If you are able to use Ruboto master, then it should work. To use Ruboto master, you need to check out the source and run rake install.

claudiug commented 8 years ago

Hi @donv,

I will do it now :+1:

thx

claudiug commented 8 years ago

Hello @donv

`ruboto setup -y`
Java runtime             : Found
Java Compiler            : Found
Apache ANT               : Found
Android Package Installer: Found
Android Emulator         : Found
Intel HAXM               : Old   1.1.4/
Android SDK Command adb  : Found
Android SDK Command dx   : Found
Platform SDK android-16  : Found

What is the next step? :)

claudiug commented 8 years ago

@donv ping! :)

donv commented 8 years ago

Hi @claudiug !

Sorry for not responding. GitHub did not notify me. I don't know why not.

Did you try Ruboto master? Did it work? Did you get

    *** Ruboto setup is OK! ***

In that case, the next step is to complete one or more of the tutorials:

https://github.com/ruboto/ruboto/wiki/Tutorials-and-examples

On the way, please report back problems you have here, and update the wiki as needed.

donv commented 8 years ago

Hi @claudiug !

Have you managed to set up Ruboto?

donv commented 8 years ago

Hi @claudiug !

We are releasing Ruboto 1.3.2 tomorrow. It has several nice additions you should try.

I would love to hear from you on your progress with Ruboto.

donv commented 1 year ago

Ruboto 2 now uses Android Studio with a much simpler setup. A guide to getting started is in the README.