Warning: com.myapps.libraries.android.TR$: can't find referenced class com.myapps.libraries.android.R$******
I am seeing lot of these warning in app packaging, now app is being packaged with these errors, even though I could see "'-dontwarn'" as option, is there something I need to do to prevent from these warning? On Tuesday, September 9, 2014 7:58:26 AM UTC+5:30, pfn wrote: > > libraryProject in Android := true > > -- > Sent from my phone > On Sep 8, 2014 7:27 PM, "Srinivas" <[email protected] <javascript:>> wrote: > >> 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] <javascript:>. >> 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
