3

I just started with Rhodes cross platform mobile application development. I followed the rhostudio tutorial to install RhoStudio and to start creating a Rhodes application.

Once I click the Finish button in create new project wizard I get an error message:

Cannot find Rhodes, need rhodes version equal or greater 3.0.1

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
Nitish
  • 13,845
  • 28
  • 135
  • 263

3 Answers3

2

Make sure you're opening Rhodes from the correct file. On a Mac, the file to open is /Applications/Motorola RhoStudio/RhoStudio 64 bits (UNIX Executable File). The terminal prompt will ask you what version of Ruby you want to work with, and RhoStudio will open correctly once you answer. I would assume that on the PC you'll want to open whatever link leads you to the same prompt:

Select Ruby version to start RhoStudio:
1) ruby-1.9.3-p194

On the other hand if I open macosx.cocoa.x86_64/RhoStudio.app, then everything seems fine at first but you get the "Cannot Find Rhodes" error when creating a new RhoMobile project.

emery
  • 8,603
  • 10
  • 44
  • 51
  • 1
    That solved my problem - thank you. (Although when I apps via bash scripts and the terminal window - there's always such a long pause before anything happens. I find it faster to drag "RhoStudio 64 bits" into the terminal window and hit enter) – user433579 Sep 27 '12 at 03:50
2

Your linked tutorial says:

RhoStudio is an Eclipse plugin [...]

You'll need to install the actual development-platform, too. A tutorial on how to do this can be found here.


You should also be sure to enter the path to your Rhodes-installation as illustrated here.

Lukas Knuth
  • 25,449
  • 15
  • 83
  • 111
  • Thanks Lukas. I was missing a tiny yeh important part. I was not running gem script which comes along with RhoStudio setup. Now everything is fine. I even created sample app for IPhone using RhoStudio. – Nitish Oct 11 '11 at 12:43
1

This is what worked for me:

1) Uninstall rhode studio
2) Run "install gems" file
3) Reinstall rhodestudio
4) Create your project

Bo Persson
  • 90,663
  • 31
  • 146
  • 203
Jorge Zuverza
  • 885
  • 8
  • 26