Regarding Gradle, last time I checked, it was not able to combine its Scala
and Android plugins in a sensible way. This may change at some point.
I think this is due to the fact I'm using play-services
> ("com.google.android.gms" % "play-services" % "4.+") , but its resources
> aren't included.
>
Indeed. You need to use this, since the artifact is of AAR kind:
import android.Dependencies.{ akplib, aar }
aarlib("com.google.android.gms" % "play-services" % "4.+")
Has this happened to anybody else?
>
I think it came up here:
https://groups.google.com/forum/#!topic/scala-on-android/fyNU6R_XPzY
Try to add
scalacOptions += "-target:jvm-1.7"
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.