invalid command-line parameter: Files\Android\android-sdk\tools/emulator-arm.exe.
Hint: use '@foo' to launch a virtual device named 'foo'.
please use -help for more information
Fix:
This problem is when you install Rhodes in the path "c:/Program Files/Android/android-sdk" as there is a space in the word "Program Files". Try reinstalling to path "c:/Android/android-sdk"
Error 2 :
sh.exe": /c/InstantRhodes/ruby/bin/rake: C:/RhoSync/ruby/bin/ruby.exe^M: bad interpreter: No such file or directory
Fix : reinstall the rake gem.
1. gem uninstall rake
2. gem install rake
This will update the rake Gem
Error 3 : Cannot find your Rhodes gem or source path.
3 comments:
I recently came across your blog and have been reading along. I thought I would leave my first comment.
I don't know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often.
Thank You
Ruby on Rails
Thanks!
Thank you! I was tearing my hair out with Error #2. A simple re-install was all that I needed. :-D
Post a Comment