Need to see what these look like when you're encountering the problem. In a normal state they look fine
-- Sent from my phone On Sep 15, 2014 6:24 AM, "David Pérez" <[email protected]> wrote: > Thanks again pfn. > > I'm not suffering this problem since I'm not modifiying the resources. > > Here is the output of the commands: > > > show BiblS/compile:unmanagedJars > [info] > ArrayBuffer(Attributed(/home/david/des/android/BiblS/target/aars/com.android.support-appcompat-v7-19.1.0/com.android.support-appcompat-v7-19.1.0.jar), > Attributed(/home/david/des/android/BiblS/target/aars/com.android.support-appcompat-v7-19.1.0/com.android.support-appcompat-v7-19.1.0.jar), > Attributed(/home/david/des/android/BiblS/target/aars/com.android.support-appcompat-v7-19.1.0/com.android.support-appcompat-v7-19.1.0.jar)) > > > show BiblS/compile:managedClasspath > [info] > List(Attributed(/home/david/.sbt/boot/scala-2.10.4/lib/scala-library.jar), > Attributed(/home/david/.ivy2/cache/org.scaloid/scaloid_2.10/jars/scaloid_2.10-3.2.1-8.jar), > Attributed(/home/david/des/android-sdks/extras/android/m2repository/com/android/support/support-v4/19.1.0/support-v4-19.1.0.jar)) > > > show BiblS/compile:dependencyClasspath > [info] > List(Attributed(/home/david/des/android/BiblS/target/aars/com.android.support-appcompat-v7-19.1.0/com.android.support-appcompat-v7-19.1.0.jar), > Attributed(/home/david/des/android/BiblS/target/android-bin/classes), > Attributed(/home/david/des/android/BiblS/target/android-bin/classes), > Attributed(/home/david/des/android/BiblS/target/android-bin/classes), > Attributed(/home/david/.sbt/boot/scala-2.10.4/lib/scala-library.jar), > Attributed(/home/david/.ivy2/cache/org.scaloid/scaloid_2.10/jars/scaloid_2.10-3.2.1-8.jar), > Attributed(/home/david/des/android-sdks/extras/android/m2repository/com/android/support/support-v4/19.1.0/support-v4-19.1.0.jar)) > > > show IncidenciasS/compile:dependencyClasspath > [warn] com.android.support:appcompat-v7:19.1.0 is not an explicit > dependency, skipping > [info] Compiling 1 Scala source to > /home/david/des/android/BiblS/target/android-bin/classes... > [info] Packaging > /home/david/des/android/BiblS/target/android-bin/classes.jar ... > [info] Done packaging. > [info] > List(Attributed(/home/david/des/android/BiblS/target/android-bin/classes.jar), > Attributed(/home/david/des/android/BiblS/target/android-bin/classes.jar), > Attributed(/home/david/des/android/BiblS/target/aars/com.android.support-appcompat-v7-19.1.0/com.android.support-appcompat-v7-19.1.0.jar), > Attributed(/home/david/des/android/IncidenciasS/target/android-bin/classes), > Attributed(/home/david/des/android/IncidenciasS/target/android-bin/classes), > Attributed(/home/david/des/android/IncidenciasS/target/android-bin/classes), > Attributed(/home/david/.sbt/boot/scala-2.10.4/lib/scala-library.jar), > Attributed(/home/david/.ivy2/cache/org.scaloid/scaloid_2.10/jars/scaloid_2.10-3.2.1-8.jar), > Attributed(/home/david/des/android-sdks/extras/android/m2repository/com/android/support/support-v4/19.1.0/support-v4-19.1.0.jar), > Attributed(/home/david/.ivy2/cache/ch.acra/acra/jars/acra-4.5.0.jar), > Attributed(/home/david/.ivy2/cache/org.json/json/jars/json-20080701.jar)) > > > show IncidenciasS/compile:managedClasspath > [info] > List(Attributed(/home/david/.sbt/boot/scala-2.10.4/lib/scala-library.jar), > Attributed(/home/david/.ivy2/cache/org.scaloid/scaloid_2.10/jars/scaloid_2.10-3.2.1-8.jar), > Attributed(/home/david/des/android-sdks/extras/android/m2repository/com/android/support/support-v4/19.1.0/support-v4-19.1.0.jar), > Attributed(/home/david/.ivy2/cache/ch.acra/acra/jars/acra-4.5.0.jar), > Attributed(/home/david/.ivy2/cache/org.json/json/jars/json-20080701.jar)) > > > show IncidenciasS/compile:unmanagedJars > [warn] com.android.support:appcompat-v7:19.1.0 is not an explicit > dependency, skipping > [info] > ArrayBuffer(Attributed(/home/david/des/android/BiblS/target/android-bin/classes.jar), > Attributed(/home/david/des/android/BiblS/target/android-bin/classes.jar), > Attributed(/home/david/des/android/BiblS/target/android-bin/classes.jar)) > > > Am Mittwoch, 10. September 2014 16:39:49 UTC+2 schrieb pfn: >> >> I have never seen this issue before over many many projects. >> >> look at the output of last android:apkbuild >> >> check compile:unmanagedJars, android:managedClasspath, >> compile:dependencyClasspath -- inspect their dependencies to determine >> which one is adding resources-debug.ap_ >> >> -- > 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. > -- 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.
