0

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 android manager
  • C:\android\android-sdk/platforms exists with multiple version folders
  • Android is added to PATH
  • JRuby Version 1.7.3 is fresh reinstalled

What iam missing?

SG 86
  • 6,974
  • 3
  • 25
  • 34
  • Is the ANDROID_HOME environment variable defined? Is it defined to c:\android\android-sdk ? Then I suspect a backslash problem in Ruboto. – donV May 08 '13 at 21:07
  • You should report this to the Ruboto issue tracker: https://github.com/ruboto/ruboto/issues – donV May 10 '13 at 07:09

1 Answers1

0

This looks like a bug in Ruboto 0.11.0 on Windows. You should try Ruboto 0.12.0 and report the problem on the Ruboto issue tracker if the problem persists.

https://github.com/ruboto/ruboto/issues

donV
  • 1,091
  • 7
  • 15
  • I will test a newer version, thanks for working on this. I have seen your git issue related to the commits ;-) – SG 86 May 13 '13 at 07:35