sounds like you put it in project/build.sbt which is wrong, it goes in PROJECT-NAME/build.sbt
On Fri, Apr 17, 2015 at 9:51 AM Perry Nguyen <pfngu...@gmail.com> wrote: > it is not necessary to set the local resolver. it is automatically deduced > from $ANDROID_HOME > > resolvers ++= Seq( > "maven-repo" at > "file:///usr/local/opt/android-sdk/extras/android/m2repository" > ) > > > > On Fri, Apr 17, 2015 at 9:15 AM Eugene <user...@gmail.com> wrote: > >> Hi, Nick! I come from Ruby world, so while I don't mind static typing >> itself, the overall spirit of Java language isn't to my liking. Thanks for >> your link, I am already reading about macroid and scaloid. For now I'm just >> trying to translate 'hello-world' android app from Udacity course ( >> https://www.udacity.com/course/ud853) to Scala. >> >> пятница, 17 апреля 2015 г., 0:36:38 UTC+3 пользователь Nick Stanchenko >> написал: >> >>> Hi Eugene, >>> >>> >>> Hi guys! >>>> >>>> I'm new to Android development, and have decided to start with Scala. >>>> >>> Great choice! :) >>> >>> Here’s another concise guide you can follow: >>> http://macroid.github.io/ScalaOnAndroid.html >>> It also has links to a couple of blog posts that cover setting things up. >>> >>> Hope that helps, >>> 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 scala-on-android+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 scala-on-android+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.