jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Not a valid key: gen-idea #156

Closed jimfulton closed 11 years ago

jimfulton commented 11 years ago

Following the getting started page:

https://github.com/jberkel/android-plugin/wiki/Getting-started

After creating my project, I tried:

sbt 'gen-idea no-classifiers' compile

And got:

[error] Not a valid key: gen-idea
[error] gen-idea no-classifiers
[error]         ^

Bug? Or user error?

jimfulton commented 11 years ago

OK, the end of the document hints that you have to install https://github.com/mpeltonen/sbt-idea first.

I suggest removing mention from the early part of the getting started doc.