Hello Perry,

    Thank for your reply, here is my androidlibs build.sbt

import android.Keys._

android.Plugin.androidBuild

scalaVersion := "2.10.4"

name := "androidlibs"

organization := "com.myapps.libraries.android"

version := "0.1-SNAPSHOT"

platformTarget in Android := "android-19"

publishArtifact in (Compile,packageBin) := true

publishArtifact in (Compile,packageSrc) := true

scalacOptions += "-feature"

scalacOptions += "-deprecation"

useProguard in Android := true

libraryDependencies ++= Seq (
  "com.android.support" % "appcompat-v7" % "19.0.0" artifacts(Artifact(
"appcompat-v7", "aar", "aar"))
//  "com.google.android.gms" % "play-services" % "4.4.52" 
artifacts(Artifact("play-services", "aar", "aar"))
)

Please let me know if I have missed something here.

-- 
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/d/optout.

Reply via email to