Hi, Two things:
1) This plugin is the same as https://github.com/jberkel/android-plugin (it was merged). I’m not sure if the version 0.7 is published anywhere, you could try, but it’s probably easier to clone the repository, run "sbt publish-local" and include version "0.7.1-SNAPSHOT" in your plugins.sbt 2) This plugin only works with sbt 0.12.x :) Add file project/build.properties with contents "sbt.version=0.12.4" Finally, you might want to use https://github.com/pfn/android-sdk-plugin, as it’s much more actively developed. It works with sbt 0.13.x as well. Nick -- 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.
