I've tried now to exec this:
$ git clone git://github.com/jberkel/android-plugin.git $ cd android-plugin $ sbt publish-local and change from "0.7-SNAPSHOT" to "0.7.1-SNAPSHOT", but the same problem again. :-( I've observed that android-plugin is prepared to scala 2.9.x, but I'm using scala 2.10.x. If I change android-plugin/build.sbt and add this line: scalaVersion := "2.10.3", then it doesn't compile. Maybe I should try the Gradle path. Am Dienstag, 4. März 2014 13:30:53 UTC+1 schrieb David Pérez: > > Hi, > > I'm trying to follow this tutorial: > http://fxthomas.github.io/android-plugin/tutorial/01-getting-started.html > > So, I've added this to my project/plugins.sbt: > > addSbtPlugin("org.scala-sbt" % "sbt-android" % "0.7-SNAPSHOT") > > > I'm using Linux and SBT 0.13.1. > > SBT complains about this: > >> [error] (*:update) sbt.ResolveException: unresolved dependency: >> org.scala-sbt#sbt-android;0.7-SNAPSHOT: not found >> Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? q >> > > Maybe are custom repository must be setup. > > Any help please? > > David > -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
