Hello, I tried to find the reason for this and it looks like this line in built.sbt is adding android.jar to bundled files: // without this, @Config throws an exception, unmanagedClasspath in Test ++= (bootClasspath in Android).value
I'm using the following sbt android plugins: addSbtPlugin("org.scala-android" % "sbt-android" % "1.6.10") libraryDependencies += "net.sf.proguard" % "proguard-base" % "5.2.1" I printed bootClasspath content: boot cp: ArrayBuffer(Attributed(/Users/user/.android/sbt/sdk/platforms/android-16/android.jar)) I can't figure out why is that file being included twice? How can I remove duplicates? I would appreciate any help in this matter. Thanks, M -- 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.