Well, in my case it was misbehaving project which had android.jar as it's direct dependency. Adding this dependency to be ignored solved my issue.
понедельник, 27 октября 2014 г., 13:48:25 UTC+3 пользователь David Pérez написал: > > The workaround is to clean the project (including any library project that > is used). > > Am Donnerstag, 23. Oktober 2014 21:26:24 UTC+2 schrieb Vyacheslav Blinov: >> >> >> вторник, 3 июня 2014 г., 14:03:30 UTC+4 пользователь David Pérez написал: >>> >>> >>> In a pure Java project, the following happens when doing >>> android:packageDebug: >>> >>> com.android.builder.packaging.DuplicateFileException: Duplicate files >>> copied in APK res/drawable-hdpi/ic_menu_send.png >>> File 1: >>> /home/david/des/android/FotoCaptura/bin/resources-debug.ap_ >>> File 2: >>> /home/david/des/android/FotoCaptura/bin/resources-debug.ap_ >>> >>> >> I'm experiencing exactly same problem currently with my app, using >> android-sdk-plugin 1.3.6 and sbt 0.13.5 (the output slightly different of >> course). I can't reproduce the same thing on a different project, through >> the settings does not differ much, only the project size is much lower then >> the one I'm getting error with. >> > -- 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.
